Commit a35f64ab authored by lixiaofang's avatar lixiaofang

add

parent 239a34d5
...@@ -21,7 +21,7 @@ def get_topic_id(numtime): ...@@ -21,7 +21,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]) in user_list: if int(i[1]) not 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