mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add file watcher
- disable double flask instances - remove unused files - play song by id (instead of from nginx)
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
from app import create_app
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
app.run(debug=True, threaded=True, host="0.0.0.0", port=9876)
|
||||
app.run(debug=True, threaded=True, host="0.0.0.0", port=9876, use_reloader=False)
|
||||
|
||||
Reference in New Issue
Block a user