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 85bdf5d commit bd4cad0Copy full SHA for bd4cad0
onvif/client.py
@@ -128,8 +128,8 @@ class ZeepAsyncClient(BaseZeepAsyncClient):
128
129
def __init__(self, *args, **kwargs):
130
super().__init__(*args, **kwargs)
131
- self.set_ns_prefix('wsnt', 'http://docs.oasis-open.org/wsn/b-2')
132
- self.set_ns_prefix('wsa', 'http://www.w3.org/2005/08/addressing')
+ self.set_ns_prefix("wsnt", "http://docs.oasis-open.org/wsn/b-2")
+ self.set_ns_prefix("wsa", "http://www.w3.org/2005/08/addressing")
133
134
def create_service(self, binding_name, address):
135
"""Create a new ServiceProxy for the given binding name and address.
0 commit comments