From 6566dd6b3d7be9f96a8bcbffd03f0826dd0feaaf Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:24:30 +0200 Subject: [PATCH] Fix headers hsl --- Src/Lib/Downloader/HLS/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Lib/Downloader/HLS/downloader.py b/Src/Lib/Downloader/HLS/downloader.py index 2f119c3..9c6f790 100644 --- a/Src/Lib/Downloader/HLS/downloader.py +++ b/Src/Lib/Downloader/HLS/downloader.py @@ -91,7 +91,7 @@ class PathManager: class HttpClient: - def __init__(self, headers: str): + def __init__(self, headers: str = None): """ Initializes the HttpClient with specified headers. """