Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloridust committed Dec 2, 2024
1 parent 48a1e56 commit dd6b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def process_single_url(driver, url, index, top_img, bottom_img, back_icon):
driver.get(url)

# 等待页面加载完成
time.sleep(1)
time.sleep(0.5)

# 检查并点击"好的"按钮
check_and_click_ok_button(driver)
Expand Down

0 comments on commit dd6b953

Please sign in to comment.