Fix differing argument.
This commit is contained in:
parent
fed9ec0d22
commit
2135dcbc81
1 changed files with 1 additions and 1 deletions
|
|
@ -317,6 +317,6 @@ class AnimateOnce(AnimationSequence):
|
||||||
super().on_cycle_complete()
|
super().on_cycle_complete()
|
||||||
self._running = False
|
self._running = False
|
||||||
|
|
||||||
def animate(self):
|
def animate(self, show=True):
|
||||||
super().animate()
|
super().animate()
|
||||||
return self._running
|
return self._running
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue