Commit 39539aad authored by 张彦钊's avatar 张彦钊

change test file

parent d638fb58
...@@ -161,6 +161,8 @@ if __name__ == "__main__": ...@@ -161,6 +161,8 @@ if __name__ == "__main__":
users_list = get_esmm_users() users_list = get_esmm_users()
total_samples = list() total_samples = list()
name_tag = get_searchworlds_to_tagid() name_tag = get_searchworlds_to_tagid()
print(users_list[:6])
print(name_tag)
# TODO 把下面的截断改掉 # TODO 把下面的截断改掉
for i in users_list[:6]: for i in users_list[:6]:
tag_list = get_user_profile(i[0]) tag_list = get_user_profile(i[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