diff options
Diffstat (limited to 'lib/python/Components/Sources/Clock.py')
| -rw-r--r-- | lib/python/Components/Sources/Clock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Clock.py b/lib/python/Components/Sources/Clock.py index 60fa7ac2..5130b21d 100644 --- a/lib/python/Components/Sources/Clock.py +++ b/lib/python/Components/Sources/Clock.py @@ -28,4 +28,4 @@ class Clock(Source): self.poll() def destroy(self): - self.clock_timer.timeout.get().remove(self.poll) + self.clock_timer.callback.remove(self.poll) |
