mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-06 06:10:24 +00:00
chore: Improve "wrong category" error.
This commit is contained in:
@@ -53,7 +53,8 @@ class MarketCapPairList(IPairList):
|
||||
for category in self._categories:
|
||||
if category not in category_ids:
|
||||
raise OperationalException(
|
||||
f"category not in coingecko category list you can choose from {category_ids}"
|
||||
f"category {category} not in coingecko category list. "
|
||||
f"You can choose from {category_ids}"
|
||||
)
|
||||
|
||||
if self._max_rank > 250:
|
||||
|
||||
Reference in New Issue
Block a user