This commit is contained in:
2024-04-09 00:02:18 +02:00
parent 51e68a77ab
commit e01fd928ca
+1 -1
View File
@@ -2252,7 +2252,7 @@ if __name__ == "__main__":
threads = []
#threads.append(threading.Thread(target=waitress_run))
threads.append(threading.Thread(target=flask_debug))
threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
for worker in threads:
worker.start()
for worker in threads: