X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f9eab3576219c9dc287b4ccba4507631c65663e8..6a4d3199f96849af7ef9fae324f34ec4d1b7412b:/timer.py diff --git a/timer.py b/timer.py index c03eb1e7..432c53ac 100644 --- a/timer.py +++ b/timer.py @@ -173,8 +173,7 @@ class Timer: # when activating a timer which has already passed, # simply abort the timer. don't run trough all the stages. if w.shouldSkip(): - w.abort() - bisect.insort(self.processed_timers, w) + w.state = TimerEntry.StateEnded else: # when active returns true, this means "accepted". # otherwise, the current state is kept.