Commit 8588d6e4 authored by 段英荣's avatar 段英荣

modify

parent 987f864b
......@@ -41,7 +41,7 @@ def home_recommend(ctx,user_id=-1,offset=0,size=10):
not_group_topic_ids += new_not_group_topic_ids
"""
have_read_topic_ids_list = json.loads(redis_val_dict[b"have_read_topic_ids"])
#have_read_topic_ids_list = json.loads(redis_val_dict[b"have_read_topic_ids"])
topic_id_list = TopicUtils.get_recommend_topic_ids(user_id, offset, size,False)
"""
......
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