summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/run.py b/run.py
index 4bcac3a..0583ed9 100755
--- a/run.py
+++ b/run.py
@@ -71,6 +71,4 @@ def send_static(filename):
return send_from_directory('static', filename)
if __name__ == '__main__':
- app.run(port=7000, debug=True)
-# arguments = docopt(__doc__)
-# main()
+ app.run(port=app.config['PORT'])