From b2aad59093eb35183858cba2ed771540cdeb06f2 Mon Sep 17 00:00:00 2001 From: break27 Date: Fri, 22 Aug 2025 10:33:03 +0800 Subject: [PATCH] minor fix --- 邮件批量发送.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/邮件批量发送.py b/邮件批量发送.py index b1b9000..6bb1ee5 100644 --- a/邮件批量发送.py +++ b/邮件批量发送.py @@ -337,9 +337,9 @@ def main(driver: WebDriver): target = token.get_attribute('innerText').strip() if target != recipient: - print(f'[警告] ({attempt}): 检测到收件人地址不正确,正在重试...') + print(f'[警告] ({attempt}): 收件人地址不一致:{target}') elif not clean: - print(f'[警告] ({attempt}): 检测到邮件内容不正确,正在重试...') + print(f'[警告] ({attempt}): 邮件内容不正确') else: # 发送邮件 click("div.io-ox-mail-compose-window button[data-action='send']")