fix typo
This commit is contained in:
@@ -449,7 +449,7 @@ class FtRestClient:
|
|||||||
return self._get(
|
return self._get(
|
||||||
"available_pairs",
|
"available_pairs",
|
||||||
params={
|
params={
|
||||||
"stake_currency": stake_currency if timeframe else "",
|
"stake_currency": stake_currency if stake_currency else "",
|
||||||
"timeframe": timeframe if timeframe else "",
|
"timeframe": timeframe if timeframe else "",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user