aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/FrontendStatus.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources/FrontendStatus.py')
-rw-r--r--lib/python/Components/Sources/FrontendStatus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py
index 5eb3445f..8f1b36dc 100644
--- a/lib/python/Components/Sources/FrontendStatus.py
+++ b/lib/python/Components/Sources/FrontendStatus.py
@@ -46,7 +46,7 @@ class FrontendStatus(Source):
if suspended:
self.poll_timer.stop()
else:
- self.poll_timer.start(self.update_interval)
+ self.updateFrontendStatus()
def destroy(self):
self.poll_timer.callback.remove(self.updateFrontendStatus)