This commit is contained in:
2024-03-29 20:21:48 +01:00
parent 3e52f6daac
commit 20431cd0c9
+1
View File
@@ -69,6 +69,7 @@ def update_music_list():
if __name__ == "__main__":
thread = threading.Thread(target=thread_rescan, args=("Updater",app.logger))
thread.start()
app.run(debug=True, host="0.0.0.0")
#from waitress import serve
#serve(app, host="0.0.0.0", port=5000)