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 27f3136 commit 63ab8daCopy full SHA for 63ab8da
adafruit_led_animation/timedsequence.py
@@ -91,7 +91,7 @@ def __init__(
91
random_order=random_order,
92
auto_reset=auto_reset,
93
advance_on_cycle_complete=False,
94
- name=name
+ name=name,
95
)
96
self._advance_interval = self._animation_timings[self._current] * MS_PER_SECOND
97
0 commit comments