This commit is contained in:
2024-03-29 14:20:27 +01:00
committed by migatu
parent 9af6b8e187
commit 9c027fd636
+4 -1
View File
@@ -59,7 +59,10 @@ def update_music_list():
if __name__ == "__main__": if __name__ == "__main__":
app.run(debug=True, host="0.0.0.0")
#app.run(debug=True, host="0.0.0.0")
from waitress import serve
serve(app, host="0.0.0.0", port=5000)
# TODO: Reskan co 24h # TODO: Reskan co 24h