visualisation web server listen on all addresses
This commit is contained in:
parent
691b5821cb
commit
3826f40f6a
@ -122,4 +122,4 @@ def aoa_tof():
|
|||||||
|
|
||||||
|
|
||||||
def start():
|
def start():
|
||||||
app.run(debug=True, use_reloader=False)
|
app.run(debug=True, use_reloader=False, host="0.0.0.0")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user