diff --git a/邮件批量发送脚本.py b/邮件批量发送脚本.py index 87caae3..d7625f0 100644 --- a/邮件批量发送脚本.py +++ b/邮件批量发送脚本.py @@ -283,7 +283,7 @@ def main(): try: clean = True attempt += 1 - print('[信息] 正在发送:%s (%.2f %%)' % (recipient, current / limit)) + print('[信息] 正在发送:%s (%.2f %%)' % (recipient, current / limit * 100)) click("button[aria-label='Edit copy']") ready(driver, lambda x: x.find_element(By.CSS_SELECTOR, ".io-ox-busy"))