mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-12 01:00:48 +00:00
wrong arg name
This commit is contained in:
@@ -104,7 +104,7 @@ class MarketCapFilter(IPairList):
|
||||
if marketcap_list:
|
||||
can_filter = True
|
||||
else:
|
||||
data = self._coingekko.get_coins_markets(vs_currencies='usd', order='market_cap_desc',
|
||||
data = self._coingekko.get_coins_markets(vs_currency='usd', order='market_cap_desc',
|
||||
per_page='250', page='1', sparkline='false',
|
||||
locale='en')
|
||||
if data:
|
||||
|
||||
Reference in New Issue
Block a user