This commit is contained in:
Stefano Ariestasia
2024-01-08 00:54:21 +09:00
parent 8055140e66
commit f29fcb31e0

View File

@@ -146,7 +146,8 @@ class MarketCapFilter(IPairList):
:param tickers: Tickers (from exchange.get_tickers). May be cached.
:return: new whitelist
"""
marketcap_list = self._marketcap_cache.get('marketcap')
# marketcap_list = self._marketcap_cache.get('marketcap')
marketcap_list = []
can_filter = False
if marketcap_list: