We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f4697 commit 5fcfa32Copy full SHA for 5fcfa32
onvif/client.py
@@ -102,7 +102,9 @@ async def _cached_document(url: str) -> Document:
102
loop = asyncio.get_event_loop()
103
104
def _load_document() -> DocumentWithDeferredLoad:
105
- document = DocumentWithDeferredLoad(url, ASYNC_TRANSPORT, DEFAULT_SETTINGS)
+ document = DocumentWithDeferredLoad(
106
+ url, ASYNC_TRANSPORT, settings=DEFAULT_SETTINGS
107
+ )
108
# Override the default datetime type to use FastDateTime
109
# This is a workaround for the following issue:
110
# https://github.com/mvantellingen/python-zeep/pull/1370
0 commit comments