listen on all addresses (incl. IPv6)
This commit is contained in:
parent
bc83fa7848
commit
66fca07ed2
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -193,6 +193,6 @@ if not music_path.exists():
|
|||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
app.run(host="0.0.0.0", port=1337)
|
||||
app.run(host="::", port=1337)
|
||||
finally:
|
||||
playback_stop()
|
||||
|
|
Loading…
Add table
Reference in a new issue