Commit 25725859 authored by 赵威's avatar 赵威

update candidates dict

parent 2125cefc
......@@ -177,7 +177,7 @@ def user_portrait_tag3_get_candidate_unread_list(device_id, content_type, size=5
lists2 = merge_lists(*lol)
lists.extend(lists2)
if len(lists) < 50:
data_dict = user_portrait_tag3_get_samecity_candidate_dict(device_id, content_type)
data_dict = user_portrait_tag3_get_candidate_dict(device_id, content_type)
lol = data_dict.values()
lists2 = merge_lists(*lol)
lists.extend(lists2)
......
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