From b04fb312db2a08309d0adf4e23fe150d33c78409 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 27 Feb 2024 13:12:52 -0500 Subject: [PATCH] increase zaptv timeout --- src/dlhdhr/epg/zaptv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlhdhr/epg/zaptv.py b/src/dlhdhr/epg/zaptv.py index f9d899f..0847459 100644 --- a/src/dlhdhr/epg/zaptv.py +++ b/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={