No known key found for this signature in database
GPG Key ID: 9BAD4322A65AD78B
1 changed files with
1 additions and
1 deletions
-
src/dlhdhr/epg/zaptv.py
|
|
|
@ -19,7 +19,7 @@ class ZapTV: |
|
|
|
def _get_client(self) -> httpx.AsyncClient: |
|
|
|
return httpx.AsyncClient( |
|
|
|
base_url=self._BASE_URL, |
|
|
|
timeout=2.0, |
|
|
|
timeout=5.0, |
|
|
|
verify=True, |
|
|
|
max_redirects=1, |
|
|
|
headers={ |
|
|
|
|