chore: early-exit when no pairs are available

This commit is contained in:
Matthias
2024-11-16 10:46:23 +01:00
parent 2012bb7c53
commit 1acca87fbf
+1
View File
@@ -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" "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" f"More info: {DOCS_LINK}/bot-basics/#pair-naming"
) )
return
logger.info( logger.info(
f"About to download pairs: {expanded_pairs}, " f"About to download pairs: {expanded_pairs}, "