From c39289db947d256f35ecf57dcb5388c7ee421e30 Mon Sep 17 00:00:00 2001 From: break27 Date: Wed, 20 Aug 2025 11:00:50 +0800 Subject: [PATCH] cherry pick --- 邮件批量发送.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/邮件批量发送.py b/邮件批量发送.py index 1180b0f..564ddbe 100644 --- a/邮件批量发送.py +++ b/邮件批量发送.py @@ -370,7 +370,7 @@ def main(): # 删除过期邮件 click("div.modal-footer button[data-action='delete']") except Exception as e: - print(f"[警告] 关闭邮件时发生了 '{type(e)}' 异常") + print(f"[警告] 关闭邮件时发生了错误:{e}") continue if attempt < args.retry: