Commit b300b71c authored by lixiaofang's avatar lixiaofang

ad

parents cfde729f 6c78d5d9
...@@ -302,7 +302,7 @@ def Urge(cookies_get, id): ...@@ -302,7 +302,7 @@ def Urge(cookies_get, id):
def get_offline_comment(): def get_offline_comment():
try: try:
data = open("/srv/apps/physical/vest/data/comment.txt", "r") data = open("/srv/apps/physical/vest/data/offline_comment.txt", "r")
list_guanshui = [] list_guanshui = []
for i in data: for i in data:
......
...@@ -60,7 +60,7 @@ def vest_click_reply(): ...@@ -60,7 +60,7 @@ def vest_click_reply():
logging.info("get majia data11111111111") logging.info("get majia data11111111111")
now = datetime.datetime.now() now = datetime.datetime.now()
yes_time = now - datetime.timedelta(minutes=5) yes_time = now - datetime.timedelta(minutes=5)
user_data = open("/srv/apps/physical/vest/data/get_user_id.txt", "r") user_data = open("/srv/apps/physical/vest/data/user_id.txt", "r")
user_list = [] user_list = []
for i in user_data.readlines(): for i in user_data.readlines():
user_list.append(i) 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