Fix headers hsl

This commit is contained in:
Lovi 2024-10-18 10:24:30 +02:00
parent 7d9da2e3d5
commit 6566dd6b3d

View File

@ -91,7 +91,7 @@ class PathManager:
class HttpClient: class HttpClient:
def __init__(self, headers: str): def __init__(self, headers: str = None):
""" """
Initializes the HttpClient with specified headers. Initializes the HttpClient with specified headers.
""" """