Skip to content

Commit

Permalink
Fix log content
Browse files Browse the repository at this point in the history
  • Loading branch information
osk2 committed Aug 7, 2021
1 parent 888f165 commit 623cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/panasonic_smart_app/smartApp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async def request(
_LOGGER.error(
"Failed to access API. Returned" " %d: %s",
response.status,
returned_raw_data,
await response.text(),
)
raise PanasonicLoginFailed
elif response.status == HTTP_TOO_MANY_REQUESTS:
Expand Down

0 comments on commit 623cb09

Please sign in to comment.