mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +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):
|
for overview in MY_PAGES.get_overview(MY_PAGES.DEVICE_SMARTPLUG):
|
||||||
STATUS[MY_PAGES.DEVICE_SMARTPLUG][overview.id] = overview
|
STATUS[MY_PAGES.DEVICE_SMARTPLUG][overview.id] = overview
|
||||||
except ConnectionError as ex:
|
except ConnectionError as ex:
|
||||||
_LOGGER.error('Caught connection error {}, tries to reconnect'.format(
|
_LOGGER.error('Caught connection error %, tries to reconnect', ex)
|
||||||
ex))
|
|
||||||
MY_PAGES.login()
|
MY_PAGES.login()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user