From c335e4585208f8c0a6033099e9ec4de1aa8f3d93 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 1 Jan 2020 13:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=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 286c5a7..93be8e9 100644 --- a/Common.py +++ b/Common.py @@ -317,7 +317,7 @@ class downloader(XiGuaLiveApi): _result = super(downloader, self).updRoomInfo(force) if _result: global broadcaster, isBroadcasting, updateTime - updateTime = datetime.strftime(datetime.now(), dt_format) + updateTime = datetime.strftime(self._updRoomAt, dt_format) broadcaster = self.broadcaster isBroadcasting = self.isLive if self.isLive: