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