mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-03 04:41:23 +00:00
chore: fix line length
This commit is contained in:
@@ -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}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user