diff --git a/freqtrade/data/history/history_utils.py b/freqtrade/data/history/history_utils.py index 96c3a0b33..305d6bcf3 100644 --- a/freqtrade/data/history/history_utils.py +++ b/freqtrade/data/history/history_utils.py @@ -613,6 +613,7 @@ def download_data_main(config: Config) -> None: "Please make sure you're using the correct Pair naming for your selected trade mode. \n" f"More info: {DOCS_LINK}/bot-basics/#pair-naming" ) + return logger.info( f"About to download pairs: {expanded_pairs}, "