mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
fixed pylint warning
This commit is contained in:
parent
1b59859681
commit
f20be1e7f8
@ -85,5 +85,5 @@ def update():
|
||||
for overview in MY_PAGES.get_overview(MY_PAGES.DEVICE_SMARTPLUG):
|
||||
STATUS[MY_PAGES.DEVICE_SMARTPLUG][overview.id] = overview
|
||||
except ConnectionError as ex:
|
||||
_LOGGER.error('Caught connection error %, tries to reconnect', ex)
|
||||
_LOGGER.error('Caught connection error %s, tries to reconnect', ex)
|
||||
MY_PAGES.login()
|
||||
|
Loading…
x
Reference in New Issue
Block a user