From 6b5d8c5d590f58259a56b16e9a07d9336196cc0b Mon Sep 17 00:00:00 2001 From: Hofei Date: Fri, 27 Dec 2019 14:37:10 +0100 Subject: [PATCH] =?UTF-8?q?Modul=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uhr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhr.py b/uhr.py index 0feb723..7482221 100644 --- a/uhr.py +++ b/uhr.py @@ -62,7 +62,7 @@ def rgb_standard(): def alle_led(r, g, b, pixels): - pixels.fill(r, g, b) + pixels.fill((r, g, b)) pixels.show()