Commit 99e86378 authored by litaolemo's avatar litaolemo

update

parent c63f022b
...@@ -131,7 +131,7 @@ def scan_from_redis(push_rule_class_list) -> Dict: ...@@ -131,7 +131,7 @@ def scan_from_redis(push_rule_class_list) -> Dict:
# print(res) # print(res)
out_ts = datetime.datetime.now().timestamp() * 1e3 - 86400000 out_ts = datetime.datetime.now().timestamp() * 1e3 - 86400000
one_data = json.loads(res) one_data = json.loads(res)
print(doc_id.get('doc_id')) print(one_data.get('doc_id'))
if count == 0: if count == 0:
fetch_time = one_data.get("fetch_time") fetch_time = one_data.get("fetch_time")
repost_count = one_data.get("repost_count") 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