forked from LBRYCommunity/lbry-sdk
fix component property
This commit is contained in:
parent
758f9deafe
commit
2344aca146
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue