X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/84781c10a768b91a02151b202c76b52b1c5789c2..6f73e6abddf4170357c490966d0e1c622eb376f5:/lib/python/Components/Clock.py 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()