diff --git a/adafruit_led_animation/animation/rainbowcomet.py b/adafruit_led_animation/animation/rainbowcomet.py index 1099307..e42d4be 100644 --- a/adafruit_led_animation/animation/rainbowcomet.py +++ b/adafruit_led_animation/animation/rainbowcomet.py @@ -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):