Commit 49fe5e4b authored by lixiaofang's avatar lixiaofang

a

parent fb903d81
......@@ -20,6 +20,7 @@ def get_data(numtime,numtime2):
topic_id_list = []
try:
for i in topic_id and topic_id:
print(topic_id)
cursor.execute(
"select user_id from user_extra where user_id =" + str(i[0]) + " and is_shadow =0")
data = cursor.fetchall()
......
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