mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user