aboutsummaryrefslogtreecommitdiff
path: root/rundebug.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-24 02:36:14 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-24 02:36:14 +0000
commitcd77ad6050635e2d576d5cad09deed1501161f71 (patch)
tree6777a642ed6c0d033d3b8007f9035a3138e02ac3 /rundebug.py
parent6be5b3eb42b97c29305bbe47defcb9a1b5e6d367 (diff)
downloadcheatdb-cd77ad6050635e2d576d5cad09deed1501161f71.tar.xz
Use bash script to start server
Diffstat (limited to 'rundebug.py')
-rw-r--r--rundebug.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rundebug.py b/rundebug.py
deleted file mode 100644
index 292c33f..0000000
--- a/rundebug.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from app import app
-
-app.run(host="127.0.0.1", port=5000, debug=True)