Skip to content

Commit e56cd5c

Browse files
committed
[DCA] update _wait_for_bot_init call
1 parent 84fa3e7 commit e56cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Trading/Mode/dca_trading_mode/dca_trading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def get_channels_registration(self):
592592

593593
async def delayed_start(self):
594594
await self._wait_for_bot_init(
595-
self.CONFIG_INIT_TIMEOUT, extra_topics=[commons_enums.InitializationEventExchangeTopics.PRICE.value]
595+
self.CONFIG_INIT_TIMEOUT, extra_symbol_topics=[commons_enums.InitializationEventExchangeTopics.PRICE.value]
596596
)
597597
await self.dca_task()
598598

0 commit comments

Comments
 (0)