Commit 89a1e0f6 authored by litaolemo's avatar litaolemo

update

parent 8772fffe
......@@ -128,6 +128,7 @@ for pid in pid_list:
res = rds.hset("xiaohongshu_with_img", key=pid, value=json.dumps(res_json))
video_dic["platform"] = "9"
video_dic["platform_id"] = pid
video_dic["platform_answer_id"] = pid
video_dic["title"] = res_json["NoteView"]["content"]["title"]
user_id_list_copy = copy.deepcopy(user_id_list)
......@@ -166,5 +167,5 @@ for pid in pid_list:
rpc_res = post_single_data(copy.deepcopy(video_dic), "cims/reply/batch_create")
except Exception as e:
print("comment error")
print(res)
print(e)
# break
\ No newline at end of file
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