Browse Source

increase timeout

main
Brett Langdon 2 years ago
parent
commit
70a53924e3
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/dlhd/__init__.py

+ 1
- 1
src/dlhdhr/dlhd/__init__.py View File

@ -32,7 +32,7 @@ class DLHDClient:
headers=headers, headers=headers,
max_redirects=2, max_redirects=2,
verify=True, verify=True,
timeout=3.0,
timeout=8.0,
) )
def get_channels(self) -> Iterator[DLHDChannel]: def get_channels(self) -> Iterator[DLHDChannel]:


Loading…
Cancel
Save