Commit 91521090 authored by 赵威's avatar 赵威

get result

parent 7d50bd14
......@@ -79,6 +79,7 @@ def user_portrait_tag3_get_unread_list(device_id, content_type):
content_type: diary
return: []
"""
print(get_user_portrait_tag3_read_key_v2(device_id, content_type))
read_list, t = get_user_portrait_tag3_read_key_v2(device_id, content_type)
candidate_list = list(user_portrait_tag3_get_candidate_key(device_id, content_type).values())
return get_n_unread_data_from_ids(candidate_list, 500, read_list)
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