Commit 37ac6dd1 authored by lixiaofang's avatar lixiaofang

add

parent f78b00d7
...@@ -66,8 +66,9 @@ def vest_click_reply(): ...@@ -66,8 +66,9 @@ def vest_click_reply():
# user_data = open("/srv/apps/physical/vest/data/get_user_id.txt", "r") # user_data = open("/srv/apps/physical/vest/data/get_user_id.txt", "r")
user_list = [] user_list = []
for i in data.readlines(): for i in data:
user_list.append(i) user_list.append(i[0])
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