This commit is contained in:
J. Nick Koston 2024-01-18 07:45:45 -10:00
parent 7d754be952
commit 00fc137a45
No known key found for this signature in database

View File

@ -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