diff options
Diffstat (limited to 'dashboard_website/dashboard.py')
| -rw-r--r-- | dashboard_website/dashboard.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dashboard_website/dashboard.py b/dashboard_website/dashboard.py index 78fb355..06af267 100644 --- a/dashboard_website/dashboard.py +++ b/dashboard_website/dashboard.py @@ -229,7 +229,4 @@ if __name__ == "__main__": app.config['SESSION_TYPE'] = 'filesystem' app.secret_key = 'hf8f3sd0zmqpmhss7dr3' - # local test app.run(host="127.0.0.1", port=5001, debug=True) - # production - #app.run(host="96.126.106.128", port=5001, debug=True) |
