Commit bf9c0822 authored by wanliofficial's avatar wanliofficial

Merge branch 'release' of ssh://47.105.117.50:2224/wanli/evm-store into release

parents 2a1ec68f 0abaea48
......@@ -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