lolower for STOCK_EXCHANGE
This commit is contained in:
parent
fa2bc5ac9d
commit
bddb49f63c
@ -17,7 +17,7 @@ function f_ccxt {
|
|||||||
g_python 'sys.path.append("/ccxt/python")' || return 1
|
g_python 'sys.path.append("/ccxt/python")' || return 1
|
||||||
g_python 'import ccxt' || return 1
|
g_python 'import ccxt' || return 1
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
g_python "exchange = ccxt.${STOCK_EXCHANGE}({'apiKey': '${API_KEY}','secret': '${API_SECRET}','options': {'defaultType': 'swap',},})" || return 1
|
g_python "exchange = ccxt.${STOCK_EXCHANGE,,}({'apiKey': '${API_KEY}','secret': '${API_SECRET}','options': {'defaultType': 'swap',},})" || return 1
|
||||||
f_ccxt_initialized=true
|
f_ccxt_initialized=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user