Update app.py
This commit is contained in:
parent
6b537579db
commit
dade32dfde
1 changed files with 2 additions and 1 deletions
3
app.py
3
app.py
|
@ -55,4 +55,5 @@ def serve_playlist(filename):
|
|||
return send_from_directory(PLAYLIST_DIR, filename)
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
app.run(host="0.0.0.0", port=10000, debug=True)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue