Commit 534ffc6e authored by 赵威's avatar 赵威

get res

parent 7e6aaf57
......@@ -260,8 +260,8 @@ def update_tag3_user_portrait(cl_id):
redis_client = get_redis_client()
anecdote_tags_scores = get_user_portrait_tag3_with_score(cl_id).get("anecdote_tags", {})
print(anecdote_tags_scores)
print(projects_score)
res["anecdote_tags"] = anecdote_tags_scores
print(res)
if (len(first_demands_score.keys()) > 0) or (len(second_demands_score.keys()) > 0) or \
(len(first_solutions_score.keys()) > 0) or (len(second_solutions_score.keys()) > 0) or \
......
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