Merge pull request #108 from tlyu/rainbowcomet-init
rainbowcomet: add missing arg initing base class
This commit is contained in:
commit
b101ab80e8
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class RainbowComet(Comet):
|
||||||
self._colorwheel_step = step
|
self._colorwheel_step = step
|
||||||
self._colorwheel_offset = colorwheel_offset
|
self._colorwheel_offset = colorwheel_offset
|
||||||
super().__init__(
|
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):
|
def _set_color(self, color):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue