I don't think this is necessary on logout.

patch bump
This commit is contained in:
onyx-and-iris 2023-07-13 01:09:01 +01:00
parent 9b2e38aab3
commit 9a4205ce64
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-api"
version = "2.3.2"
version = "2.3.3"
description = "A Python wrapper for the Voiceemeter API"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"

View File

@ -327,7 +327,6 @@ class Remote(CBindings):
def logout(self) -> NoReturn:
"""Wait for dirty parameters to clear, then logout of the API"""
self.clear_dirty()
time.sleep(0.1)
self.call(self.vm_logout)
self.logger.info(f"{type(self).__name__}: Successfully logged out of {self}")