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