fixing where these variables come from

main
Mark Cotton 2023-08-24 14:51:17 -05:00
parent 316ea642d9
commit e2056290c9
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -369,4 +369,4 @@ def camera_status_plot(esn=None):
if __name__ == '__main__': if __name__ == '__main__':
app.run(host=een.server_host, port=een.server_port) app.run(host=config.server_host, port=config.server_port)