diff --git a/lbry/extras/daemon/components.py b/lbry/extras/daemon/components.py index 5bd2460cf..754c4fe0f 100644 --- a/lbry/extras/daemon/components.py +++ b/lbry/extras/daemon/components.py @@ -727,6 +727,10 @@ class TrackerAnnouncerComponent(Component): def component(self): return self + @property + def running(self): + return self._running and self.announce_task and not self.announce_task.done() + async def announce_forever(self): while True: to_sleep = 60.0