From e6928e89e4dc5417d0bcacee5e8ffeea025306e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 15:36:40 +0100 Subject: [PATCH] added debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 5035794..68c78bf 100644 --- a/client/main.py +++ b/client/main.py @@ -107,4 +107,5 @@ if __name__ == "__main__": update_led_strip(tuple(eval(rgb_values_list[5])), pixel, strip) print(pixel) print("") - time.sleep(1) \ No newline at end of file + time.sleep(1) +