From 2344aca1466622ce6d87a979e3086ce20a7710c4 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sat, 5 Mar 2022 05:00:57 -0300 Subject: [PATCH] fix component property --- lbry/extras/daemon/components.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbry/extras/daemon/components.py b/lbry/extras/daemon/components.py index 5049b6bad..8535008d4 100644 --- a/lbry/extras/daemon/components.py +++ b/lbry/extras/daemon/components.py @@ -722,8 +722,8 @@ class TrackerAnnouncerComponent(Component): self.announce_task = None @property - def component(self) -> ExchangeRateManager: - return self.exchange_rate_manager + def component(self): + return self async def announce_forever(self): while True: