mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 04:33:29 +00:00
use walrus
This commit is contained in:
@@ -331,8 +331,9 @@ class Remote(CBindings):
|
||||
self.logger.info(f"Profile '{name}' applied!")
|
||||
|
||||
def end_thread(self):
|
||||
self.logger.debug("events thread shutdown started")
|
||||
self.running = False
|
||||
if self.running:
|
||||
self.logger.debug("events thread shutdown started")
|
||||
self.running = False
|
||||
|
||||
def logout(self) -> None:
|
||||
"""Logout of the API"""
|
||||
|
||||
Reference in New Issue
Block a user