mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +00:00
Fix
This commit is contained in:
@@ -2251,7 +2251,7 @@ if __name__ == "__main__":
|
|||||||
logger.info("Starting discord bot")
|
logger.info("Starting discord bot")
|
||||||
threads = []
|
threads = []
|
||||||
#threads.append(threading.Thread(target=waitress_run))
|
#threads.append(threading.Thread(target=waitress_run))
|
||||||
threads.append(threading.Thread(target=flask_debug, args=(logger)))
|
threads.append(threading.Thread(target=flask_debug, args=(logger,)))
|
||||||
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
|
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
|
||||||
for worker in threads:
|
for worker in threads:
|
||||||
worker.start()
|
worker.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user