Commit b3b96299 authored by litaolemo's avatar litaolemo

update

parent e4b5d91f
......@@ -260,7 +260,7 @@ def push_data_to_user(res_data: Dict) -> Dict:
for img_url in res_data["img_list"]:
try:
img_wb = retry_get_url(img_url).content
res = upload(img_wb)
res = upload(img_wb,img_type=99)
print(res)
img_info = retry_get_url(res + "-imageinfo")
img_info_json = img_info.json()
......
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