mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-04-11 08:03:44 +01:00
Compare commits
No commits in common. "32527e37bd5aea2cf9875898f3b3455f21757e5c" and "76960f36d0c9365ac1f2623f42491616cd2db883" have entirely different histories.
32527e37bd
...
76960f36d0
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "voicemeeter-api"
|
||||
version = "2.1.3"
|
||||
version = "2.1.2"
|
||||
description = "A Python wrapper for the Voiceemeter API"
|
||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||
license = "MIT"
|
||||
|
@ -70,9 +70,7 @@ class Remote(CBindings):
|
||||
"Voicemeeter engine running but GUI not launched. Launching the GUI now."
|
||||
)
|
||||
self.run_voicemeeter(self.kind.name)
|
||||
self.logger.info(
|
||||
f"{type(self).__name__}: Successfully logged into {self} version {self.version}"
|
||||
)
|
||||
self.logger.info(f"{type(self).__name__}: Successfully logged into {self}")
|
||||
self.clear_dirty()
|
||||
|
||||
def run_voicemeeter(self, kind_id: str) -> NoReturn:
|
||||
|
Loading…
x
Reference in New Issue
Block a user