From 2cd66acd8ccd81fbdc5e0d8ed71ef28e9c0ad1a7 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 13 Nov 2023 13:16:34 -0500 Subject: fixed misnamed target name property --- dashboard_website/dashboard.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'dashboard_website/dashboard.py') 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) -- cgit v1.2.3