Commit 446cd288 authored by huangziyu's avatar huangziyu

1

parent a155b84c
......@@ -382,6 +382,11 @@ def get_cookie():
driver.get(url)
time.sleep(2)
continue
except Exception as e:
print("网页加载异常")
driver.get(url)
time.sleep(2)
continue
finally:
print("网页加载完成")
finally:
......
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