Merge pull request #12931 from stash86/main-stash
Fix short desc error on RemotePairlist when number_assets is None
This commit is contained in:
@@ -70,7 +70,7 @@ class RemotePairList(IPairList):
|
||||
"""
|
||||
Short whitelist method description - used for startup-messages
|
||||
"""
|
||||
return f"{self.name} - {self._pairlistconfig['number_assets']} pairs from RemotePairlist."
|
||||
return f"{self.name} - {self._number_pairs or 'all'} pairs from RemotePairlist."
|
||||
|
||||
@staticmethod
|
||||
def description() -> str:
|
||||
|
||||
Reference in New Issue
Block a user