Reset stake-currency when using config to download pairs

This commit is contained in:
Matthias 2018-12-27 14:29:26 +01:00
parent 9e735de3c6
commit 1ce8f416ca

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