Commit 7d50bd14 authored by 赵威's avatar 赵威

update field

parent efbc48d6
......@@ -79,6 +79,6 @@ def user_portrait_tag3_get_unread_list(device_id, content_type):
content_type: diary
return: []
"""
read_list, _ = 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