mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 00:40:23 +00:00
chore: reformat utility script
This commit is contained in:
@@ -12,7 +12,12 @@ secret = os.environ.get("FREQTRADE__EXCHANGE__SECRET")
|
|||||||
proxy = os.environ.get("CI_WEB_PROXY")
|
proxy = os.environ.get("CI_WEB_PROXY")
|
||||||
|
|
||||||
exchange = ccxt.binance(
|
exchange = ccxt.binance(
|
||||||
{"apiKey": key, "secret": secret, "httpsProxy": proxy, "options": {"defaultType": "swap"}}
|
{
|
||||||
|
"apiKey": key,
|
||||||
|
"secret": secret,
|
||||||
|
"httpsProxy": proxy,
|
||||||
|
"options": {"defaultType": "swap"},
|
||||||
|
}
|
||||||
)
|
)
|
||||||
_ = exchange.load_markets()
|
_ = exchange.load_markets()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user