Auf alle IPs lauschen
This commit is contained in:
parent
38f3030b93
commit
94377a6945
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ dmx.rgbs = [
|
|||
dmx.update()
|
||||
dmx.start()
|
||||
|
||||
run(host='localhost', port=8080, server='wsgiref', reloader=True)
|
||||
run(host='0.0.0.0', port=8080, server='wsgiref', reloader=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue