process error, now can restart
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user