From b9d9a8c4354780c3172de4fd31865184e53cf015 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 24 Sep 2019 09:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=8B=E8=87=AA=E5=B7=B1=E5=86=99?= =?UTF-8?q?=E7=9A=84sb=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveDownloader.py b/liveDownloader.py index e7b52cd..8bbd8cd 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -14,8 +14,8 @@ isDownload = False def download(): global isDownload + session = requests.session() while Common.api.isLive and not Common.forceNotDownload: - session = requests.session() if not Common.streamUrl: Common.appendError("Download with No StreamUrl Specific") break