We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2135dcb commit ab9fd1cCopy full SHA for ab9fd1c
adafruit_led_animation/sequence.py
@@ -318,5 +318,5 @@ def on_cycle_complete(self):
318
self._running = False
319
320
def animate(self, show=True):
321
- super().animate()
+ super().animate(show)
322
return self._running
0 commit comments