chore: improve warning wording

This commit is contained in:
Matthias 2024-11-09 18:18:54 +01:00
parent b7a2efcd6a
commit 3a81b6a08f

View File

@ -60,7 +60,8 @@ class MarketCapPairList(IPairList):
if self._max_rank > 250:
self.logger.warning(
f"The max rank you have set ({self._max_rank}) is quite high. "
"Please ensure this value is appropriate for your use case.",
"This may lead to coingecko API rate limit issues. "
"Please ensure this value is necessary for your use case.",
)
@property