mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
Update chatmaild/src/chatmaild/metadata.py
Co-authored-by: link2xt <link2xt@testrun.org>
This commit is contained in:
@@ -138,7 +138,7 @@ def main():
|
|||||||
# Delta Chat notification server
|
# Delta Chat notification server
|
||||||
|
|
||||||
t = Thread(target=notifier.thread_run_loop)
|
t = Thread(target=notifier.thread_run_loop)
|
||||||
t.setDaemon(1)
|
t.setDaemon(True)
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
with ThreadedUnixStreamServer(socket, Handler) as server:
|
with ThreadedUnixStreamServer(socket, Handler) as server:
|
||||||
|
|||||||
Reference in New Issue
Block a user