Commit 71a6199d authored by 张彦钊's avatar 张彦钊

change test file

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