From ca7dc40b039f26a4c142459adddf45c76f5c98b4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Nov 2019 22:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=87=BA=E9=94=99=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E6=9B=B4=E6=96=B0=E6=88=BF=E9=97=B4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/liveDownloader.py b/liveDownloader.py index 4d3a831..39f918f 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -19,6 +19,7 @@ def download(): p = session.get(Common.streamUrl, stream=True, timeout=10) if p.status_code != 200: Common.appendDownloadStatus("Download with Response {}".format(p.status_code)) + Common.api.updRoomInfo(True) break Common.appendDownloadStatus("Download >{}< Start".format(path)) f = open(path, "wb")