Don't validate exchange for data-download subcommand

This commit is contained in:
Matthias 2020-02-08 09:53:20 +01:00
parent fff8ced3b0
commit c4031761fe

View File

@ -37,7 +37,7 @@ def start_download_data(args: Dict[str, Any]) -> None:
pairs_not_available: List[str] = []
# Init exchange
exchange = ExchangeResolver.load_exchange(config['exchange']['name'], config)
exchange = ExchangeResolver.load_exchange(config['exchange']['name'], config, validate=False)
try:
if config.get('download_trades'):