chore: add the missing space in log

This commit is contained in:
Meng Xiangzhuo
2024-12-03 00:04:56 +08:00
parent ba162e35c4
commit cf896bbb52
+1 -1
View File
@@ -89,7 +89,7 @@ async def download_archive_ohlcv(
) )
except Exception as e: except Exception as e:
logger.warning( logger.warning(
"An exception occurred during fast download from Binance, falling back to" "An exception occurred during fast download from Binance, falling back to "
"the slower REST API, this can take more time.", "the slower REST API, this can take more time.",
exc_info=e, exc_info=e,
) )