Commit dde2132c authored by 赵威's avatar 赵威

remove parameter

parent 12ab4211
......@@ -25,7 +25,7 @@ def make_dict_from_pair(x):
return dict(zip(x[0], [x[1]] * len(x[0])))
def update_tag3_user_portrait(cl_id, redis_client):
def update_tag3_user_portrait(cl_id):
user_df = get_tag3_user_log(cl_id)
if not user_df.empty:
user_df["first_solutions"] = list(zip(user_df["first_solutions"].apply(lambda x: x.split(",")), user_df["tag_score"]))
......
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