Commit a6bdce65 authored by wanli's avatar wanli

update

parent 97dfca51
......@@ -53,7 +53,6 @@ def removeExpiredFiles():
if file_count > 10:
file_list = getSortDir(path)[:-10]
for f in file_list:
print(os.sep.join([path, f]))
os.remove(os.sep.join([path, f]))
def getModifyTime():
......
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