Commit 05296a2d authored by lixiaofang's avatar lixiaofang

add

parent f3c2025b
......@@ -58,7 +58,7 @@ def vest_click_reply():
try:
now = datetime.datetime.now()
yes_time = now - datetime.timedelta(minutes=5)
user_data = open("/srv/apps/physical/vest/data/user_id.txt", "r")
user_data = open("/srv/apps/physical/vest/data/get_user_id.txt", "r")
user_list = []
for i in user_data.readlines():
user_list.append(i)
......
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