minor fix

This commit is contained in:
2025-07-09 15:21:46 +08:00
parent 470acbb119
commit eefe6de249

View File

@@ -230,6 +230,7 @@ def main():
click("div.io-ox-mail-compose-window button[data-action='close']")
# 删除过期邮件
click("div.modal-footer button[data-action='delete']")
break
except Exception as e:
print(f'[警告] 发生错误:{e}')
key = input('[????] 重试 (R) / 跳过 (S) / 取消 (C): ')