Serverside work of search

This commit is contained in:
2024-04-10 13:48:12 +02:00
parent 17eace3e73
commit 89003c32c9
10 changed files with 162063 additions and 2844 deletions
-1
View File
@@ -269,7 +269,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()