Reduce verbosity of sending-message

This commit is contained in:
Matthias 2022-09-29 06:41:16 +02:00
parent fb3d408338
commit 4e920e9c53
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class RPCManager:
'status': 'stopping bot'
}
"""
if msg.get('type') is not RPCMessageType.ANALYZED_DF:
if msg.get('type') not in (RPCMessageType.ANALYZED_DF, RPCMessageType.WHITELIST):
logger.info('Sending rpc message: %s', msg)
if 'pair' in msg:
msg.update({