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()