This commit is contained in:
2024-04-09 00:31:30 +02:00
parent f0084445d3
commit 73033da2d5
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -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()