Merge pull request #1443 from freqtrade/download_data_fix
Reset stake-currency when using config to download pairs
This commit is contained in:
commit
98ac2b15ca
@ -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'] = ''
|
||||
|
Loading…
Reference in New Issue
Block a user