mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
fix format
This commit is contained in:
parent
5ca1a80ad5
commit
234669f469
@ -104,7 +104,7 @@ def get_service(hass, config):
|
||||
|
||||
try:
|
||||
if response.json()['error']:
|
||||
_LOGGER.error("{}".format(response.json()['msg']))
|
||||
_LOGGER.error(response.json()['msg'])
|
||||
# pylint: disable=bare-except
|
||||
except:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user