Commit 6c78d5d9 authored by lixiaofang's avatar lixiaofang

add

parent 7552a008
...@@ -304,7 +304,7 @@ def Urge(cookies_get, id): ...@@ -304,7 +304,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:
......
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