mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Reset stake-currency when using config to download pairs
This commit is contained in:
parent
9e735de3c6
commit
1ce8f416ca
|
@ -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