fix error
This commit is contained in:
@@ -158,7 +158,7 @@ class MarketCapPairList(IPairList):
|
|||||||
filtered_pairlist.append(pair)
|
filtered_pairlist.append(pair)
|
||||||
else:
|
else:
|
||||||
self.log_once(f"Remove {pair} from whitelist because it's not ranked "
|
self.log_once(f"Remove {pair} from whitelist because it's not ranked "
|
||||||
f"within top {self._number_assets} market cap")
|
f"within top {self._number_assets} market cap", logger.info)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
market = self._config['trading_mode']
|
market = self._config['trading_mode']
|
||||||
|
|||||||
Reference in New Issue
Block a user