X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f03c85f8c3575d22eb065313857d8d3e57960e95..8cdc6c5d6f8b6a492ccdbd2cc0df836ffc9191e8:/lib/python/Components/Sources/FrontendStatus.py 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)