Commit 5b8480ba authored by 张彦钊's avatar 张彦钊

change tets

parent 4e66c434
......@@ -28,6 +28,8 @@ def get_user_profile():
tags[i["content"]] = i["score"]
tags = sorted(tags.items(), key=lambda x: x[1], reverse=True)
tag_score = {}
print(tags)
print(type(tags))
a = tags.keys()
print(a)
if len(tmp) > 5:
......
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