Skip to content

Commit

Permalink
Merge pull request #108 from tlyu/rainbowcomet-init
Browse files Browse the repository at this point in the history
rainbowcomet: add missing arg initing base class
  • Loading branch information
tekktrik authored Jan 24, 2023
2 parents 9215d08 + 58bc776 commit b101ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_led_animation/animation/rainbowcomet.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
self._colorwheel_step = step
self._colorwheel_offset = colorwheel_offset
super().__init__(
pixel_object, speed, 0, tail_length, reverse, bounce, name, ring
pixel_object, speed, 0, 0, tail_length, reverse, bounce, name, ring
)

def _set_color(self, color):
Expand Down

0 comments on commit b101ab8

Please sign in to comment.