visualisation web server listen on all addresses

This commit is contained in:
Christos Falas 2024-12-29 12:31:56 +00:00
parent 691b5821cb
commit 3826f40f6a
No known key found for this signature in database

View File

@ -122,4 +122,4 @@ def aoa_tof():
def start():
app.run(debug=True, use_reloader=False)
app.run(debug=True, use_reloader=False, host="0.0.0.0")