Commit c63f022b authored by litaolemo's avatar litaolemo

update

parent 88eec1e6
......@@ -128,9 +128,10 @@ def scan_from_redis(push_rule_class_list) -> Dict:
comment_count = 0
favorite_count = 0
for count, res in enumerate(res_list):
print(res)
# print(res)
out_ts = datetime.datetime.now().timestamp() * 1e3 - 86400000
one_data = json.loads(res)
print(doc_id.get('doc_id'))
if count == 0:
fetch_time = one_data.get("fetch_time")
repost_count = one_data.get("repost_count")
......
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