aboutsummaryrefslogtreecommitdiff
path: root/timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'timer.py')
-rw-r--r--timer.py2
1 files changed, 1 insertions, 1 deletions
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()