X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=timer.py;h=6f33b54d41d1039c8e3159e4686af95715019a52;hp=7855c0989b4cbd5b3160719c73ef2ccf80b86ab3;hb=6f1188bea106d335f993729e4971770deac88619;hpb=d49e2877599ede3ac725f96f2d241b1d7369ca43 diff --git a/timer.py b/timer.py index 7855c09..6f33b54 100644 --- a/timer.py +++ b/timer.py @@ -146,11 +146,13 @@ class Timer: if w.state < TimerEntry.StateEnded: bisect.insort(self.timer_list, w) else: - bisect.insort(self.processed_timers, w) if (w.repeated != 0): w.processRepeated() w.state = TimerEntry.StateWait self.addTimerEntry(w) + else: + bisect.insort(self.processed_timers, w) + def processActivation(self): t = int(time.time()) + 1