Commit 37569124 authored by 赵威's avatar 赵威

update field

parent 9e3b445b
...@@ -229,7 +229,9 @@ def update_tag3_user_portrait(cl_id): ...@@ -229,7 +229,9 @@ def update_tag3_user_portrait(cl_id):
for i in tmp: for i in tmp:
forbidden_lst.append(i + "kyc") forbidden_lst.append(i + "kyc")
forbidden_lst.extend(tmp) forbidden_lst.extend(tmp)
forbidden_set = set(forbidden_lst) # forbidden_set = set(forbidden_lst)
forbidden_set = set()
projects_score = {} projects_score = {}
for (k, v) in projects_score_tmp.items(): for (k, v) in projects_score_tmp.items():
......
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