diff --git a/freqtrade/data/history/history_utils.py b/freqtrade/data/history/history_utils.py index 92d8f44c5..de3d64fc0 100644 --- a/freqtrade/data/history/history_utils.py +++ b/freqtrade/data/history/history_utils.py @@ -680,5 +680,6 @@ def download_data_main(config: Config) -> None: if pairs_not_available: errors = "\n" + ("\n".join(pairs_not_available)) logger.warning( - f"Encountered a problem downloading the following pairs from {exchange.name}: {errors}" + f"Encountered a problem downloading the following pairs from {exchange.name}: " + f"{errors}" )