Log lines do not end with a full stop (#37527)
This commit is contained in:
parent
01fd33f173
commit
53545c984b
154 changed files with 254 additions and 261 deletions
|
@ -78,7 +78,7 @@ class HassIOBaseAuth(HomeAssistantView):
|
|||
if prv is not None:
|
||||
return prv
|
||||
|
||||
_LOGGER.error("Can't find Home Assistant auth.")
|
||||
_LOGGER.error("Can't find Home Assistant auth")
|
||||
raise HTTPNotFound()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue