summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-16 18:16:55 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-16 18:16:55 +0000
commit1278bbd4511ccf99b1252d0b7576e4d9e1999572 (patch)
tree4ff7dd7669324b1ca2b6485ed3aa56144e82489d
parent700ef3567ed6741a661e06690de0985e520edc1a (diff)
downloadznc-log-viewer-1278bbd4511ccf99b1252d0b7576e4d9e1999572.tar.xz
remove oldcruft
-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'])