Skip to content

Commit ee35ea8

Browse files
committed
fix error related to cycle_complete_supported in some animations
1 parent 6dd47d5 commit ee35ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_led_animation/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Animation:
5959
"""
6060
Base class for animations.
6161
"""
62-
CYCLE_NOTIFICATIONS_SUPPORTED = False
62+
cycle_complete_supported = False
6363

6464
# pylint: disable=too-many-arguments
6565
def __init__(self, pixel_object, speed, color, peers=None, paused=False, name=None):

0 commit comments

Comments
 (0)