diff options
| author | itsGarrin <garrin.shieh@gmail.com> | 2023-11-10 17:13:47 -0500 |
|---|---|---|
| committer | itsGarrin <garrin.shieh@gmail.com> | 2023-11-10 17:13:47 -0500 |
| commit | 9879b6d32571c7583532ceb63752edb3cf262ab5 (patch) | |
| tree | 3d81db894237d0a4fcd2f3a9559eec0a8df7344d /dashboard_website/dashboard.py | |
| parent | e87aa3d5de872010482e2415f293033b3e868eb7 (diff) | |
| parent | 002fb087a33be03bc7d2c353ef0d8960c251bf1a (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'dashboard_website/dashboard.py')
| -rw-r--r-- | dashboard_website/dashboard.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard_website/dashboard.py b/dashboard_website/dashboard.py index aab38b0..793fcfd 100644 --- a/dashboard_website/dashboard.py +++ b/dashboard_website/dashboard.py @@ -228,6 +228,6 @@ if __name__ == "__main__": app.secret_key = 'hf8f3sd0zmqpmhss7dr3' # local test - #app.run(host="127.0.0.1", port=5001, debug=True) + app.run(host="127.0.0.1", port=5001, debug=True) # production - app.run(host="96.126.106.128", port=5001, debug=True) + #app.run(host="96.126.106.128", port=5001, debug=True) |
