Commit e4b5d91f authored by litaolemo's avatar litaolemo

update

parent e178fa73
......@@ -275,7 +275,7 @@ def push_data_to_user(res_data: Dict) -> Dict:
try:
if qiniu_img_list:
for img_url in qiniu_img_list:
res_data["title"] = res_data["title"] + '<img src="%s">' % img_url
res_data["title"] = res_data["title"] + '<img src="%s">' % img_url[0]
except Exception as e:
print("line 280 error %s" % e)
......
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