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