Commit a8a84587 authored by 张彦钊's avatar 张彦钊

change test file

parent 5e761f5f
...@@ -98,6 +98,7 @@ def tag_boost(cid_str, tag_list=[15,21,22,85,86]): ...@@ -98,6 +98,7 @@ def tag_boost(cid_str, tag_list=[15,21,22,85,86]):
for i in tag_list: for i in tag_list:
if i in tmp_dict.keys(): if i in tmp_dict.keys():
tag_cids[i] = tmp_dict[i] tag_cids[i] = tmp_dict[i]
print(tag_list)
print(tag_cids) print(tag_cids)
# left_cids = list(set(left_cids)) # left_cids = list(set(left_cids))
......
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