Skip to content

Commit

Permalink
[DCA] update _wait_for_bot_init call
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Nov 25, 2024
1 parent 84fa3e7 commit e56cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trading/Mode/dca_trading_mode/dca_trading.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def get_channels_registration(self):

async def delayed_start(self):
await self._wait_for_bot_init(
self.CONFIG_INIT_TIMEOUT, extra_topics=[commons_enums.InitializationEventExchangeTopics.PRICE.value]
self.CONFIG_INIT_TIMEOUT, extra_symbol_topics=[commons_enums.InitializationEventExchangeTopics.PRICE.value]
)
await self.dca_task()

Expand Down

0 comments on commit e56cd5c

Please sign in to comment.