mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-08 07:10:28 +00:00
chore: add the missing space in log
This commit is contained in:
@@ -89,7 +89,7 @@ async def download_archive_ohlcv(
|
||||
)
|
||||
except Exception as e:
|
||||
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.",
|
||||
exc_info=e,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user