No known key found for this signature in database
GPG Key ID: 9BAD4322A65AD78B
1 changed files with
1 additions and
1 deletions
-
src/dlhdhr/dlhd/__init__.py
|
|
|
@ -32,7 +32,7 @@ class DLHDClient: |
|
|
|
headers=headers, |
|
|
|
max_redirects=2, |
|
|
|
verify=True, |
|
|
|
timeout=3.0, |
|
|
|
timeout=8.0, |
|
|
|
) |
|
|
|
|
|
|
|
def get_channels(self) -> Iterator[DLHDChannel]: |
|
|
|
|