From fdd809fdc2cf840304f67076e797cb6494d6b6c3 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 8 Jan 2020 09:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common.py b/Common.py index 164549b..d651a28 100644 --- a/Common.py +++ b/Common.py @@ -312,7 +312,7 @@ class downloader(XiGuaLiveApi): _prev_status = self.isLive doClean() _result = super(downloader, self).updRoomInfo(force) - updateTime = datetime.strftime(self._updRoomAt, dt_format) + updateTime = datetime.strftime(datetime.now(), dt_format) if _prev_status != self.isLive: resetDelay() if _result: