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
|
self.announce_task = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def component(self) -> ExchangeRateManager:
|
def component(self):
|
||||||
return self.exchange_rate_manager
|
return self
|
||||||
|
|
||||||
async def announce_forever(self):
|
async def announce_forever(self):
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in a new issue