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

change test file

parent 829d2154
......@@ -100,7 +100,7 @@ def tag_boost(cid_str, tag_list=[15,21,22,85,86]):
tag_list.append("right")
sort_cids = []
n = 0
while n >= len(tag_cids)-1:
while n != len(tag_cids)-1:
for i in tag_list:
if i in tag_cids.keys():
if len(tag_cids[i]) > 0:
......
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