Fix typo in update script
This commit is contained in:
+1
-1
@@ -378,7 +378,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
exchange = ccxt.binance({
|
exchange = ccxt.binance({
|
||||||
'apiKey': '<apikey>',
|
'apiKey': '<apikey>',
|
||||||
'secret': '<secret>'
|
'secret': '<secret>',
|
||||||
'options': {'defaultType': 'swap'}
|
'options': {'defaultType': 'swap'}
|
||||||
})
|
})
|
||||||
_ = exchange.load_markets()
|
_ = exchange.load_markets()
|
||||||
|
|||||||
Reference in New Issue
Block a user