mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
fix lint
This commit is contained in:
@@ -567,7 +567,6 @@ class IOThreads:
|
||||
|
||||
def stop(self, wait=False):
|
||||
lib.dc_context_shutdown(self._dc_context)
|
||||
|
||||
if wait:
|
||||
for name, thread in self._name2thread.items():
|
||||
thread.join()
|
||||
@@ -579,6 +578,7 @@ class IOThreads:
|
||||
|
||||
self._log_event("py-bindings-info", 0, "INBOX THREAD FINISHED")
|
||||
|
||||
|
||||
class EventLogger:
|
||||
_loglock = threading.RLock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user