Commit 971a625a authored by lixiaofang's avatar lixiaofang

add

parent 75faa9e0
...@@ -68,7 +68,7 @@ def vest_click_reply(): ...@@ -68,7 +68,7 @@ def vest_click_reply():
user_list = [] user_list = []
for i in data: for i in data:
user_list.append(i[0]) user_list.append(i[0])
logging.info("get user_list:%s" % user_list) # logging.info("get user_list:%s" % user_list)
topic_id = get_data(yes_time, now) topic_id = get_data(yes_time, now)
if topic_id: if topic_id:
for id in topic_id: for id in topic_id:
......
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