mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Bugfix in script deploy_music.sh
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user