From 1ce8f416ca6dea2b4aca539b2c822114d3cbd8e3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 Dec 2018 14:29:26 +0100 Subject: [PATCH] Reset stake-currency when using config to download pairs --- scripts/download_backtest_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download_backtest_data.py b/scripts/download_backtest_data.py index c4a1b59c5..c8fd08747 100755 --- a/scripts/download_backtest_data.py +++ b/scripts/download_backtest_data.py @@ -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'] = ''