aboutsummaryrefslogtreecommitdiff
path: root/rundebug.py
diff options
context:
space:
mode:
Diffstat (limited to 'rundebug.py')
-rw-r--r--rundebug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rundebug.py b/rundebug.py
index e4592d2..292c33f 100644
--- a/rundebug.py
+++ b/rundebug.py
@@ -1,3 +1,3 @@
from app import app
-app.run(host='0.0.0.0', port=5000, debug=True)
+app.run(host="127.0.0.1", port=5000, debug=True)