Reformat log statement
This commit is contained in:
parent
937399606e
commit
7fdb099097
@ -78,9 +78,7 @@ class IPairList(ABC):
|
||||
# Check if market is active
|
||||
market = markets[pair]
|
||||
if not market['active']:
|
||||
logger.info(
|
||||
f"Ignoring {pair} from whitelist. Market is not active."
|
||||
)
|
||||
logger.info(f"Ignoring {pair} from whitelist. Market is not active.")
|
||||
continue
|
||||
sanitized_whitelist.add(pair)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user