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
commit 98ac2b15ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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'] = ''