This commit is contained in:
Stefano
2026-03-14 12:02:34 +09:00
parent 459a0decbd
commit f1aaf99317
+1 -2
View File
@@ -70,8 +70,7 @@ class RemotePairList(IPairList):
""" """
Short whitelist method description - used for startup-messages Short whitelist method description - used for startup-messages
""" """
num_assets = self._number_pairs if self._number_pairs else "all" return f"{self.name} - {self._number_pairs or 'all'} pairs from RemotePairList."
return f"{self.name} - {num_assets} pairs from RemotePairlist."
@staticmethod @staticmethod
def description() -> str: def description() -> str: