minor fix

This commit is contained in:
2025-07-24 16:32:16 +08:00
parent 0ab4244201
commit 0f430b985f

View File

@@ -283,7 +283,7 @@ def main():
try: try:
clean = True clean = True
attempt += 1 attempt += 1
print('[信息] 正在发送:%s (%.2f %%)' % (recipient, current / limit)) print('[信息] 正在发送:%s (%.2f %%)' % (recipient, current / limit * 100))
click("button[aria-label='Edit copy']") click("button[aria-label='Edit copy']")
ready(driver, lambda x: x.find_element(By.CSS_SELECTOR, ".io-ox-busy")) ready(driver, lambda x: x.find_element(By.CSS_SELECTOR, ".io-ox-busy"))