refactor: move download klines count message

This commit is contained in:
Meng Xiangzhuo
2024-11-02 06:00:37 +08:00
parent e2ee7f7b2f
commit cf0f232635
4 changed files with 5 additions and 3 deletions

View File

@@ -2246,7 +2246,7 @@ class Exchange:
candle_type=candle_type,
)
)
logger.info(f"Downloaded data for {pair} from ccxt with length {len(data)}.")
logger.debug(f"Downloaded data for {pair} from ccxt with length {len(data)}.")
return ohlcv_to_dataframe(data, timeframe, pair, fill_missing=False, drop_incomplete=True)
async def _async_get_historic_ohlcv(