Commit 01133cc1 authored by huangiyu's avatar huangiyu

1

parent 45f8df90
......@@ -62,6 +62,9 @@ for row in url_data:
}
response = requests.request("GET", url, headers=headers, data=payload)
if response.text == "":
print("需要刷新")
continue
response_json = json.loads(response.text)
print(response_json)
dataList = []
......
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