From bc5fcc9da225e28462df14dc1f2843b15a51fd01 Mon Sep 17 00:00:00 2001 From: Hannes Klinckaert Date: Fri, 20 Sep 2019 16:42:59 +0200 Subject: [PATCH] made server available to other people on local network --- watcher/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)