From e09f92cfd4871c6c16a23df15bc8e694cd6139ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 19 Feb 2024 17:02:06 +0100 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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