Install options

This commit is contained in:
2024-03-29 14:52:02 +01:00
parent 5e8701f518
commit e4c0578723
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -59,7 +59,6 @@ def update_music_list():
if __name__ == "__main__":
#app.run(debug=True, host="0.0.0.0")
from waitress import serve
serve(app, host="0.0.0.0", port=5000)