Further cleanup.

This commit is contained in:
eSeR1805 2022-06-14 13:27:50 +03:00
parent 3ad8111d11
commit 24b6ce450b
No known key found for this signature in database
GPG Key ID: BA53686259B46936

View File

@ -1555,7 +1555,6 @@ class Telegram(RPCHandler):
self._send_msg(msg)
else:
message = f"Didn't find any key-value pairs for Trade ID: `{trade_id}`"
logger.warning(message)
message += f" and Key: `{key}`." if key is not None else ""
self._send_msg(message)