Commit 8c0a05d4 authored by 赵威's avatar 赵威

add printer

parent 25725859
......@@ -177,6 +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:
print(device_id + " " + str(len(lists)) + "!!")
data_dict = user_portrait_tag3_get_candidate_dict(device_id, content_type)
lol = data_dict.values()
lists2 = merge_lists(*lol)
......
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