From 5024761a27673cb6465d7161ef73c688186c751d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 2 Jul 2022 10:19:38 +0200 Subject: [PATCH] removed client from rainbowCycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index be8dad8..894aa80 100644 --- a/main.py +++ b/main.py @@ -117,7 +117,7 @@ if __name__ == '__main__': while True: if power == "True": if mode == 0: - rainbowCycle(client, strip) + rainbowCycle(strip) animation_r = 255 animation_g = 0 animation_b = 0