Commit 8a3c8b70 authored by huangziyu's avatar huangziyu

1

parent 79b71df5
......@@ -370,7 +370,7 @@ def get_cookie():
except:
print("点击“快速验证”按钮异常")
try:
WebDriverWait(driver, 5).until(
WebDriverWait(driver, 2).until(
EC.presence_of_element_located((By.XPATH, '//*[@id="cpc_img"]'))
)
except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment