move key/secret in download_backtest_data to correct location

This commit is contained in:
Matthias 2018-12-25 13:00:48 +01:00
parent 22cd84de09
commit 8fbeb700d6

View File

@ -54,12 +54,12 @@ print(f'About to download pairs: {PAIRS} to {dl_path}')
# Init exchange
exchange = Exchange({'key': '',
'secret': '',
'stake_currency': '',
exchange = Exchange({'stake_currency': '',
'dry_run': True,
'exchange': {
'name': args.exchange,
'key': '',
'secret': '',
'pair_whitelist': [],
'ccxt_async_config': {
"enableRateLimit": False