[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-08-18 19:29:28 +00:00 committed by -LAN-
parent 25ae492247
commit 2d4d4b6b8a
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class SMTPClient:
logging.exception("Timeout occurred while sending email")
raise
except Exception:
logging.exception("Unexpected error occurred while sending email to %s", mail['to'])
logging.exception("Unexpected error occurred while sending email to %s", mail["to"])
raise
finally:
if connection: