X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9ddb6ca949731ad0f510602b012ee0b2ea53890f..6f40c2fa2430b8cc96cc4bafb8cac26850a55ecc:/timer.py diff --git a/timer.py b/timer.py index 6f3a05fb..05696351 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()