We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9215d08 + 58bc776 commit b101ab8Copy full SHA for b101ab8
adafruit_led_animation/animation/rainbowcomet.py
@@ -65,7 +65,7 @@ def __init__(
65
self._colorwheel_step = step
66
self._colorwheel_offset = colorwheel_offset
67
super().__init__(
68
- pixel_object, speed, 0, tail_length, reverse, bounce, name, ring
+ pixel_object, speed, 0, 0, tail_length, reverse, bounce, name, ring
69
)
70
71
def _set_color(self, color):
0 commit comments