process error, now can restart

This commit is contained in:
2020-03-28 16:11:50 +08:00
parent 014723a029
commit 6e2953e4e0
12 changed files with 75 additions and 34 deletions

View File

@@ -51,5 +51,5 @@ def process_reforware(dp):
return dp.app, dp
thread = threading.Thread(target=send_queue_function, args=())
thread = threading.Thread(target=send_queue_function, args=(), daemon=True)
thread.start()