minor fix
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user