Skip to content

Commit b059310

Browse files
committed
return animation result
1 parent 969d48d commit b059310

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
@@ -401,7 +401,7 @@ def animate(self):
401401
"""
402402
if not self._paused:
403403
self._auto_advance()
404-
self.current_animation.animate()
404+
return self.current_animation.animate()
405405

406406
@property
407407
def current_animation(self):

0 commit comments

Comments
 (0)