mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
preen
This commit is contained in:
parent
7d754be952
commit
00fc137a45
@ -356,11 +356,7 @@ class KlapTransport(BaseTransport):
|
||||
json_payload = json_loads(decrypted_response)
|
||||
|
||||
if debug_enabled:
|
||||
_LOGGER.debug(
|
||||
"%s << %s",
|
||||
self._host,
|
||||
pf(json_payload),
|
||||
)
|
||||
_LOGGER.debug("%s << %s", self._host, pf(json_payload))
|
||||
|
||||
return json_payload
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user