mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 22:37:08 +00:00
parent
be8a825c19
commit
c3a9208664
@ -114,7 +114,6 @@ class HttpClient:
|
|||||||
)
|
)
|
||||||
async with resp:
|
async with resp:
|
||||||
response_data = await resp.read()
|
response_data = await resp.read()
|
||||||
_LOGGER.debug("Device responded with %s", response_data)
|
|
||||||
|
|
||||||
if resp.status == 200:
|
if resp.status == 200:
|
||||||
if return_json:
|
if return_json:
|
||||||
|
Loading…
Reference in New Issue
Block a user