mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
cleanup
This commit is contained in:
parent
92af01b0cb
commit
0b7cb2a1a8
|
@ -143,8 +143,6 @@ class MarketCapPairList(IPairList):
|
||||||
marketcap_list = self._marketcap_cache.get("marketcap")
|
marketcap_list = self._marketcap_cache.get("marketcap")
|
||||||
|
|
||||||
if marketcap_list is None:
|
if marketcap_list is None:
|
||||||
# categories = self._coingecko.get_coins_categories()
|
|
||||||
# print([cat['id'] for cat in categories])
|
|
||||||
|
|
||||||
data = self._coingecko.get_coins_markets(
|
data = self._coingecko.get_coins_markets(
|
||||||
vs_currency="usd",
|
vs_currency="usd",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user