删除1个无用参数

This commit is contained in:
Jerry Yan 2022-02-06 22:03:22 +08:00
parent 8d98918e39
commit f14860703f

View File

@ -31,7 +31,6 @@ config = {
# 忽略的大小
"i_s": 2048000,
"max": 75,
"exp": 1,
"dow": "echo 'clean'",
# 仅下载
"dlO": True,
@ -150,7 +149,7 @@ def getCurrentStatus():
"outSpeed": parseSize(_outSpeed),
"inSpeed": parseSize(_inSpeed),
"doCleanTime": datetime.strftime(doCleanTime, dt_format),
"fileExpire": config["exp"],
"fileExpire": "-",
}