From f14860703f721290a3e0254fff2c2a0d337384d7 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 6 Feb 2022 22:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A41=E4=B8=AA=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common.py b/Common.py index 98d5e7d..0fb5a6b 100644 --- a/Common.py +++ b/Common.py @@ -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": "-", }