diff options
Diffstat (limited to 'lib/python/Components/Sources/FrontendStatus.py')
| -rw-r--r-- | lib/python/Components/Sources/FrontendStatus.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py index 5e096186..4d38f754 100644 --- a/lib/python/Components/Sources/FrontendStatus.py +++ b/lib/python/Components/Sources/FrontendStatus.py @@ -47,3 +47,6 @@ class FrontendStatus(Source): else: self.poll_timer.start(self.update_interval) + def destroy(self): + self.poll_timer.timeout.get().remove(self.updateFrontendStatus) + |
