Commit 3cd569a4 authored by huangziyu's avatar huangziyu

Merge remote-tracking branch 'origin/master'

parents f642c744 c0fd8dac
......@@ -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