Bugfix in script deploy_music.sh

This commit is contained in:
2024-04-17 19:53:28 +02:00
committed by migatu
parent d27b477db8
commit 30d0207368
3 changed files with 4 additions and 4 deletions
+1
View File
@@ -407,6 +407,7 @@ if __name__ == "__main__":
rescan()
logger.info("Started")
threads = []
#threads.append(threading.Thread(target=flask_debug))
threads.append(threading.Thread(target=waitress_run))
threads.append(threading.Thread(target=thread_rescan))