summaryrefslogtreecommitdiffstats
path: root/webapp/run.py
diff options
context:
space:
mode:
authorgroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-09 14:45:03 -0400
committergroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-09 14:45:03 -0400
commitdfe1127addf7e31acd63e87db0a5d5e35628ea67 (patch)
tree101526e338590ba0980ff1809a8338cd12b50b4e /webapp/run.py
parentScale the amount to change by the distance (diff)
downloadbridge-dfe1127addf7e31acd63e87db0a5d5e35628ea67.tar.zst
Add twinkle
Diffstat (limited to 'webapp/run.py')
-rwxr-xr-xwebapp/run.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/run.py b/webapp/run.py
new file mode 100755
index 0000000..b5c8c6f
--- /dev/null
+++ b/webapp/run.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+import sys
+sys.path.append('packages')
+
+from app import app
+app.run(threaded=True, host='', port=8000)