Skip to content

Commit b101ab8

Browse files
authored
Merge pull request #108 from tlyu/rainbowcomet-init
rainbowcomet: add missing arg initing base class
2 parents 9215d08 + 58bc776 commit b101ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_led_animation/animation/rainbowcomet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
self._colorwheel_step = step
6666
self._colorwheel_offset = colorwheel_offset
6767
super().__init__(
68-
pixel_object, speed, 0, tail_length, reverse, bounce, name, ring
68+
pixel_object, speed, 0, 0, tail_length, reverse, bounce, name, ring
6969
)
7070

7171
def _set_color(self, color):

0 commit comments

Comments
 (0)