Commit 85df97d4 authored by litaolemo's avatar litaolemo

update

parent b18f28c7
......@@ -135,7 +135,7 @@ for pid in pid_list:
# print(res)
img_info = retry_get_url(res + "-imageinfo")
img_info_json = img_info.json()
qiniu_img_list.append('<img src="' + res + '-w">')
qiniu_img_list.append('<img src="' + res.replace("large", "sq480") + '-w">')
except Exception as e:
print("down load img error %s" % e)
continue
......
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