Commit cfb67895 authored by litaolemo's avatar litaolemo

update

parent 17266b8f
...@@ -122,7 +122,7 @@ pid_list = rds.hkeys("weibo") ...@@ -122,7 +122,7 @@ pid_list = rds.hkeys("weibo")
# for line in f: # for line in f:
for pid in pid_list: for pid in pid_list:
res = rds.hget("weibo", pid) res = rds.hget("weibo", pid)
if rds.hexists("xiaohongshu_with_img", pid): if rds.hexists("weibo_with_img", pid):
continue continue
res_json = json.loads(res) res_json = json.loads(res)
video_dic = {} video_dic = {}
......
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