aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Clock.py')
-rw-r--r--lib/python/Components/Clock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Clock.py b/lib/python/Components/Clock.py
index ddd6ffb1..338101ef 100644
--- a/lib/python/Components/Clock.py
+++ b/lib/python/Components/Clock.py
@@ -14,7 +14,7 @@ class Clock(VariableText, HTMLComponent, GUIComponent):
self.doClock()
self.clockTimer = eTimer()
- self.clockTimer.timeout.get().append(self.doClock)
+ self.clockTimer.callback.append(self.doClock)
def onShow(self):
self.doClock()