From 2d4d4b6b8ab24c20ab758eb35c793675f15d9a27 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 19:29:28 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/libs/mail/smtp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/libs/mail/smtp.py b/api/libs/mail/smtp.py index a58bf88597..7410bac162 100644 --- a/api/libs/mail/smtp.py +++ b/api/libs/mail/smtp.py @@ -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: