Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 23, 2024
1 parent f0750ea commit 2b7749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/healthchecksio/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ async def _test_credentials(
if not request.ok:
LOGGER.error("Got Data HTTP Status Code: %s", request.status)
return False
LOGGER.debug("Got Data HTTP Status Code: {data.status}")
LOGGER.debug("Got Data HTTP Status Code: %s", request.status)
return True

0 comments on commit 2b7749b

Please sign in to comment.