From 1644f52eb0c97f613c691bfd6b30e441119bc919 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 26 Apr 2019 14:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=9C=A8=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=E6=98=AF?= =?UTF-8?q?=E5=B0=86false=E4=BC=A0=E5=85=A5downloader=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/liveDownloader.py b/liveDownloader.py index e702a85..5eb5aad 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -134,6 +134,9 @@ def run(): continue _count_error += 1 _preT = Common.api.playlist + if not _preT: + Common.api.updRoomInfo() + continue t = threading.Thread(target=download, args=(_preT,)) t.setDaemon(True) t.start()