From e437f6235b3c06de31719d52cf506103e969ebce Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Mon, 22 Sep 2014 18:46:07 +0000 Subject: Adding the port as a parameter to runserver; this should just be temporary until I figure out how to get it to read the port from the config file instead Using runserver.py instead of secure_server.py because of an error with the latter that I haven't figured out how to fix yet Improved the appearance of several of the tables --- wqflask/runserver.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wqflask/runserver.py') diff --git a/wqflask/runserver.py b/wqflask/runserver.py index 1cf38f8e..8ab88580 100755 --- a/wqflask/runserver.py +++ b/wqflask/runserver.py @@ -28,6 +28,7 @@ import logging_tree logging_tree.printout() app.run(host='0.0.0.0', + port=5002, use_debugger=False, threaded=True, use_reloader=True) -- cgit v1.2.3