Merge pull request #1443 from freqtrade/download_data_fix

Reset stake-currency when using config to download pairs
This commit is contained in:
Misagh
2018-12-27 14:56:10 +01:00
committed by GitHub

View File

@@ -31,6 +31,7 @@ if args.config:
configuration = Configuration(args)
config = configuration._load_config_file(args.config)
config['stake_currency'] = ''
# Ensure we do not use Exchange credentials
config['exchange']['key'] = ''
config['exchange']['secret'] = ''