mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 23:32:10 +00:00
FIX?
This commit is contained in:
@@ -266,7 +266,6 @@ if __name__ == "__main__":
|
||||
threads = []
|
||||
threads.append(threading.Thread(target=waitress_run))
|
||||
threads.append(threading.Thread(target=thread_rescan))
|
||||
#threads.append(threading.Thread(target=flask_debug))
|
||||
|
||||
for worker in threads:
|
||||
worker.start()
|
||||
|
||||
Reference in New Issue
Block a user