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