Update chatmaild/src/chatmaild/metadata.py

Co-authored-by: link2xt <link2xt@testrun.org>
This commit is contained in:
holger krekel
2024-03-07 20:46:24 +01:00
committed by GitHub
parent b5b9f867db
commit 609b9ef494

View File

@@ -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: