Commit 27e0db76 authored by wanli's avatar wanli

update

parent 491759ae
...@@ -53,7 +53,7 @@ def removeExpiredFiles(): ...@@ -53,7 +53,7 @@ def removeExpiredFiles():
if file_count > 10: if file_count > 10:
file_list = getSortDir(path)[:-10] file_list = getSortDir(path)[:-10]
for f in file_list: for f in file_list:
shutil.remove(f) os.remove(f)
def getModifyTime(): def getModifyTime():
result = {} result = {}
......
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