Fix typo in update script

pull/10024/head
Matthias 2 years ago
parent 055c4396d1
commit 178a0a5db0

@ -378,7 +378,7 @@ from pathlib import Path
exchange = ccxt.binance({
'apiKey': '<apikey>',
'secret': '<secret>'
'secret': '<secret>',
'options': {'defaultType': 'swap'}
})
_ = exchange.load_markets()

Loading…
Cancel
Save