Commit 11b03925 authored by 张彦钊's avatar 张彦钊

change test file

parent cd788597
......@@ -180,7 +180,7 @@ if __name__ == "__main__":
users_list = get_esmm_users()
total_samples = list()
name_tag = get_searchworlds_to_tagid()
for uid_city in users_list[:6]:
for uid_city in users_list:
tag_list = get_user_profile(uid_city[0])
queues = get_queues(uid_city[0], uid_city[1])
if len(queues) > 0 and len(tag_list) > 0:
......
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