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
c7ca6e4784
commit
1b59859681
@ -85,6 +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'.format(
|
||||
ex))
|
||||
_LOGGER.error('Caught connection error %, tries to reconnect', ex)
|
||||
MY_PAGES.login()
|
||||
|
Loading…
x
Reference in New Issue
Block a user