mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
fix error
This commit is contained in:
@@ -158,7 +158,7 @@ class MarketCapPairList(IPairList):
|
||||
filtered_pairlist.append(pair)
|
||||
else:
|
||||
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:
|
||||
market = self._config['trading_mode']
|
||||
|
||||
Reference in New Issue
Block a user