forgotten change
This commit is contained in:
@@ -70,7 +70,8 @@ class RemotePairList(IPairList):
|
|||||||
"""
|
"""
|
||||||
Short whitelist method description - used for startup-messages
|
Short whitelist method description - used for startup-messages
|
||||||
"""
|
"""
|
||||||
return f"{self.name} - {self._pairlistconfig['number_assets']} pairs from RemotePairlist."
|
num_assets = self._number_pairs if self._number_pairs else "all"
|
||||||
|
return f"{self.name} - {num_assets} pairs from RemotePairlist."
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def description() -> str:
|
def description() -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user