From 107228c6b6b4963476a7ff2f4a9703884e5ea29e Mon Sep 17 00:00:00 2001 From: facat Date: Thu, 27 Jun 2019 09:16:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BC=A0=E5=85=A5=E5=8F=82=E6=95=B0=E7=9A=84bug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- download_speed/log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/download_speed/log.py b/download_speed/log.py index f31e057..e2c0c0c 100644 --- a/download_speed/log.py +++ b/download_speed/log.py @@ -9,6 +9,7 @@ def find_main(): return config.get_main_path() +# *args cannot be ignore def _custom_time(*args): utc_dt = datetime.datetime.utcnow() converted = utc_dt + datetime.timedelta(hours=8)