调整色花堂地址,休眠10秒再继续,等待页面加载

This commit is contained in:
liuwei
2025-09-10 16:11:19 +08:00
parent dd4f5e04ff
commit e9539f5968

View File

@@ -83,7 +83,7 @@ def fetch_and_create_pdf(url):
# 获取目标页面
driver.get(url)
time.sleep(5)
time.sleep(10)
# 处理年龄验证按钮
try: