mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
sa
This commit is contained in:
@@ -68,8 +68,8 @@ def update_music_list():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
rescan(app.logger.getChild())
|
||||
thread = threading.Thread(target=thread_rescan, args=["Updater",app.logger.getChild()])
|
||||
rescan(app.logger.getChild("BGtask"))
|
||||
thread = threading.Thread(target=thread_rescan, args=["Updater",app.logger.getChild("BGtask")])
|
||||
thread.start()
|
||||
app.run(debug=True, host="0.0.0.0")
|
||||
#from waitress import serve
|
||||
|
||||
Reference in New Issue
Block a user