X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/13b7a9b397f36ca3195aad3702feb3db4cbb2f3e..9202d4248dd7df2f6e5eb53b4154c8297ec9b1d1:/components.py diff --git a/components.py b/components.py index 7c793231..8ae48068 100644 --- a/components.py +++ b/components.py @@ -82,6 +82,10 @@ class Clock(HTMLComponent, GUIComponent, VariableText): VariableText.__init__(self) GUIComponent.__init__(self) self.doClock() + + self.clockTimer = eTimer() + self.clockTimer.timeout.get().append(self.doClock) + self.clockTimer.start(1000) # "funktionalitaet" def doClock(self):