diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-03-21 22:03:37 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-03-21 22:03:37 +0000 |
commit | 0385590922286093c6c77ca10364b59ef06a240e (patch) | |
tree | 9b3d8c4c386b47fa93688490ccce814cacc34a28 /runprod.py | |
parent | 9ddc29e41f18b892b5b21babbfc0539431cd4768 (diff) | |
download | cheatdb-0385590922286093c6c77ca10364b59ef06a240e.tar.xz |
Use consistent quotes
Diffstat (limited to 'runprod.py')
-rw-r--r-- | runprod.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runprod.py b/runprod.py new file mode 100644 index 0000000..9132b74 --- /dev/null +++ b/runprod.py @@ -0,0 +1,3 @@ +from app import app + +app.run(host="0.0.0.0", port=5123, debug=False) |