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 b1ff073 commit 38a6b67Copy full SHA for 38a6b67
onvif/zeep_aiohttp.py
@@ -169,8 +169,6 @@ async def _post(
169
content,
170
)
171
172
- response.raise_for_status()
173
-
174
# Convert to httpx Response
175
return self._aiohttp_to_httpx_response(response, content)
176
@@ -248,8 +246,6 @@ async def _get(
248
246
249
247
250
251
252
253
# Convert directly to requests.Response
254
return self._aiohttp_to_requests_response(response, content)
255
0 commit comments