cherry pick

This commit is contained in:
2025-08-20 11:00:50 +08:00
parent de877230b0
commit c39289db94

View File

@@ -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: