X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=timer.py;h=056963513bd9a2699d9802d3715cda892ab10406;hp=6f3a05fbfe97290c92a491089169a0ad07dfa665;hb=6f73e6abddf4170357c490966d0e1c622eb376f5;hpb=84781c10a768b91a02151b202c76b52b1c5789c2 diff --git a/timer.py b/timer.py index 6f3a05f..0569635 100644 --- a/timer.py +++ b/timer.py @@ -139,7 +139,7 @@ class Timer: self.processed_timers = [ ] self.timer = eTimer() - self.timer.timeout.get().append(self.calcNextActivation) + self.timer.callback.append(self.calcNextActivation) self.lastActivation = time() self.calcNextActivation()