diff --git a/server/app.py b/server/app.py index 5daf2b5..ca32001 100644 --- a/server/app.py +++ b/server/app.py @@ -178,5 +178,5 @@ if __name__ == "__main__": ti_updater_thread.start() publisher_thread = Process(target=mqtt_publisher, args=(ti_receiver, )) publisher_thread.start() - flask_thread = Process(target=flask_api) - flask_thread.start() \ No newline at end of file + # flask_thread = Process(target=flask_api) + # flask_thread.start() \ No newline at end of file