From 3e85b0ae2acd144d267e197e36dcf5ab71b12644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 14:18:19 +0100 Subject: [PATCH] removed sleeper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/main.py b/client/main.py index 1d0cc02..ae51df6 100644 --- a/client/main.py +++ b/client/main.py @@ -85,7 +85,6 @@ def on_message(mqttc, obj, msg): update_led_strip(tuple(eval(rgb_values_list[5])), pixel, strip) strip.show() - time.sleep(1) if __name__ == "__main__": # Connect to Wi-Fi