mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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
|
||||
|
||||
t = Thread(target=notifier.thread_run_loop)
|
||||
t.setDaemon(1)
|
||||
t.setDaemon(True)
|
||||
t.start()
|
||||
|
||||
with ThreadedUnixStreamServer(socket, Handler) as server:
|
||||
|
||||
Reference in New Issue
Block a user