Commit bb0ffd05 authored by 段英荣's avatar 段英荣

modify

parent bcdcc23e
...@@ -121,7 +121,7 @@ class CollectData(object): ...@@ -121,7 +121,7 @@ class CollectData(object):
if len(tag_topic_id_list)>index: if len(tag_topic_id_list)>index:
for topic_id in tag_topic_id_list[index:]: for topic_id in tag_topic_id_list[index:]:
if topic_id not in have_read_topic_id_list: if topic_id not in have_read_topic_id_list and topic_id not in recommend_topic_id_list:
recommend_topic_id_list.append(topic_id) recommend_topic_id_list.append(topic_id)
break break
......
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