Fix typo in update script

This commit is contained in:
Matthias
2024-03-31 08:32:25 +02:00
parent 055c4396d1
commit 178a0a5db0

View File

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