From e2056290c9457872da06f8780e275feaf7c627fd Mon Sep 17 00:00:00 2001 From: Mark Cotton Date: Thu, 24 Aug 2023 14:51:17 -0500 Subject: [PATCH] fixing where these variables come from --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 44f92ed..97936c6 100644 --- a/app.py +++ b/app.py @@ -369,4 +369,4 @@ def camera_status_plot(esn=None): if __name__ == '__main__': - app.run(host=een.server_host, port=een.server_port) + app.run(host=config.server_host, port=config.server_port)