From d89b90435212db1cf3d1c4fe832d4af6c813ffff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 15:43:47 +0100 Subject: [PATCH] testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 5035794..32a72d7 100644 --- a/client/main.py +++ b/client/main.py @@ -107,4 +107,4 @@ 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) \ No newline at end of file