From 2738acff07749a5ad1746a84d5d345301af394f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 16 Feb 2024 00:40:13 +0100 Subject: [PATCH] made sleeper longer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.py b/server/app.py index 201d750..b341c73 100644 --- a/server/app.py +++ b/server/app.py @@ -132,7 +132,7 @@ def start_mqtt_publishers(): except KeyboardInterrupt: break - time.sleep(0.0001) + time.sleep(0.001) except Exception as e: print(e) except KeyboardInterrupt: