mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
25ae492247
commit
2d4d4b6b8a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue