We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7ef3a commit 6433e78Copy full SHA for 6433e78
adafruit_led_animation/animation/comet.py
@@ -126,7 +126,7 @@ def _comet_generator(self):
126
if start <= 0:
127
num_visible = self._tail_length + start
128
self.pixel_object[0:num_visible] = colors[
129
- self._tail_length - num_visible:
+ self._tail_length - num_visible :
130
]
131
else:
132
self.pixel_object[start : start + end] = colors[0:end]
0 commit comments