Fixes re: zognia's testing #2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Cue:
|
||||||
def is_obsolete(self):
|
def is_obsolete(self):
|
||||||
if self.repeat:
|
if self.repeat:
|
||||||
return False
|
return False
|
||||||
if self._next <= maya.now():
|
if self._next >= maya.now():
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue