Browse Source

increase zaptv timeout

main
Brett Langdon 2 years ago
parent
commit
b04fb312db
No known key found for this signature in database GPG Key ID: 9BAD4322A65AD78B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dlhdhr/epg/zaptv.py

+ 1
- 1
src/dlhdhr/epg/zaptv.py View File

@ -19,7 +19,7 @@ class ZapTV:
def _get_client(self) -> httpx.AsyncClient: def _get_client(self) -> httpx.AsyncClient:
return httpx.AsyncClient( return httpx.AsyncClient(
base_url=self._BASE_URL, base_url=self._BASE_URL,
timeout=2.0,
timeout=5.0,
verify=True, verify=True,
max_redirects=1, max_redirects=1,
headers={ headers={


Loading…
Cancel
Save