Commit eef3fcd3 authored by 张彦钊's avatar 张彦钊

change test file

parent 71a6199d
......@@ -35,10 +35,10 @@ def get_user_profile(device_id = "9C5E7C73-380C-4623-8F48-A64C8034E315"):
tags = []
if len(tag_sort) > 5:
for i in range(5):
tags.append([i][0])
tags.append(i[0])
else:
for i in tag_sort:
tags.append([i][0])
tags.append(i[0])
print(tags)
......
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