Commit df5ab013 authored by lixiaofang's avatar lixiaofang

add

parent 43a3f6d6
...@@ -24,7 +24,7 @@ def get_topic_id(numtime): ...@@ -24,7 +24,7 @@ def get_topic_id(numtime):
topic_id_list = [] topic_id_list = []
if topic_id: if topic_id:
for i in topic_id: for i in topic_id:
if int(i[1]) not in user_list: if int(i[1]) in user_list:
topic_id_list.append(i) topic_id_list.append(i)
logging.info("Database version : %s " % topic_id_list) logging.info("Database version : %s " % topic_id_list)
......
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