|
@@ -3,7 +3,7 @@ from tag import get_FileModifyTime
|
|
|
|
|
|
pad_mtime_list = []
|
|
pad_mtime_list = []
|
|
def get_modify_time():
|
|
def get_modify_time():
|
|
- FileModifyTime = get_FileModifyTime("E:\\1.persagy")
|
|
|
|
|
|
+ FileModifyTime = get_FileModifyTime("/data/app/pages/sagacloud-sagacare-ipad")
|
|
if FileModifyTime not in pad_mtime_list:
|
|
if FileModifyTime not in pad_mtime_list:
|
|
pad_mtime_list.clear()
|
|
pad_mtime_list.clear()
|
|
pad_mtime_list.append(FileModifyTime)
|
|
pad_mtime_list.append(FileModifyTime)
|