diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-16 18:16:55 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-16 18:16:55 +0000 |
commit | 1278bbd4511ccf99b1252d0b7576e4d9e1999572 (patch) | |
tree | 4ff7dd7669324b1ca2b6485ed3aa56144e82489d | |
parent | 700ef3567ed6741a661e06690de0985e520edc1a (diff) | |
download | znc-log-viewer-1278bbd4511ccf99b1252d0b7576e4d9e1999572.tar.xz |
remove oldcruft
-rwxr-xr-x | run.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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']) |