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):
|
||||
if self.repeat:
|
||||
return False
|
||||
if self._next <= maya.now():
|
||||
if self._next >= maya.now():
|
||||
return False
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue