mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 16:22:10 +00:00
11
This commit is contained in:
@@ -68,6 +68,7 @@ def update_music_list():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
rescan()
|
||||||
thread = threading.Thread(target=thread_rescan, args=("Updater",app.logger))
|
thread = threading.Thread(target=thread_rescan, args=("Updater",app.logger))
|
||||||
thread.start()
|
thread.start()
|
||||||
app.run(debug=True, host="0.0.0.0")
|
app.run(debug=True, host="0.0.0.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user