mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
move key/secret in download_backtest_data to correct location
This commit is contained in:
parent
22cd84de09
commit
8fbeb700d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user