cherry pick
This commit is contained in:
@@ -370,7 +370,7 @@ def main():
|
|||||||
# 删除过期邮件
|
# 删除过期邮件
|
||||||
click("div.modal-footer button[data-action='delete']")
|
click("div.modal-footer button[data-action='delete']")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"[警告] 关闭邮件时发生了 '{type(e)}' 异常")
|
print(f"[警告] 关闭邮件时发生了错误:{e}")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if attempt < args.retry:
|
if attempt < args.retry:
|
||||||
|
|||||||
Reference in New Issue
Block a user