mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
chore: early-exit when no pairs are available
This commit is contained in:
@@ -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}, "
|
||||
|
||||
Reference in New Issue
Block a user