mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 00:02:11 +00:00
test
This commit is contained in:
@@ -69,6 +69,7 @@ def update_music_list():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
thread = threading.Thread(target=thread_rescan, args=("Updater",app.logger))
|
thread = threading.Thread(target=thread_rescan, args=("Updater",app.logger))
|
||||||
|
thread.start()
|
||||||
app.run(debug=True, host="0.0.0.0")
|
app.run(debug=True, host="0.0.0.0")
|
||||||
#from waitress import serve
|
#from waitress import serve
|
||||||
#serve(app, host="0.0.0.0", port=5000)
|
#serve(app, host="0.0.0.0", port=5000)
|
||||||
|
|||||||
Reference in New Issue
Block a user