diff --git a/freqtrade/plugins/pairlist/RemotePairList.py b/freqtrade/plugins/pairlist/RemotePairList.py index 94a7a3712..45a16c537 100644 --- a/freqtrade/plugins/pairlist/RemotePairList.py +++ b/freqtrade/plugins/pairlist/RemotePairList.py @@ -70,8 +70,7 @@ class RemotePairList(IPairList): """ Short whitelist method description - used for startup-messages """ - num_assets = self._number_pairs if self._number_pairs else "all" - return f"{self.name} - {num_assets} pairs from RemotePairlist." + return f"{self.name} - {self._number_pairs or 'all'} pairs from RemotePairList." @staticmethod def description() -> str: