diff --git a/watcher/app.py b/watcher/app.py index adbd84e..5039683 100644 --- a/watcher/app.py +++ b/watcher/app.py @@ -49,4 +49,4 @@ def link_handoff(run, index): if __name__ == '__main__': - app.run(debug=True) + app.run(host="0.0.0.0",debug=True)