summaryrefslogtreecommitdiffstats
path: root/srv.py
diff options
context:
space:
mode:
Diffstat (limited to 'srv.py')
-rw-r--r--srv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv.py b/srv.py
index d52f90a..6f240de 100644
--- a/srv.py
+++ b/srv.py
@@ -44,4 +44,4 @@ def manifest():
return open('manifest.webapp').read()
if __name__ == '__main__':
- app.run(debug=True)
+ app.run(host='127.0.0.1', port=6969, debug=True)