mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Fix name in logging message (#6039)
Add an optional extended description…
This commit is contained in:
parent
1eceb405ce
commit
2574b915dd
@ -150,7 +150,7 @@ class EBoxData(object):
|
|||||||
try:
|
try:
|
||||||
self.client.fetch_data()
|
self.client.fetch_data()
|
||||||
except PyEboxError as exp:
|
except PyEboxError as exp:
|
||||||
_LOGGER.error("Error on receive last Fido data: %s", exp)
|
_LOGGER.error("Error on receive last EBox data: %s", exp)
|
||||||
return
|
return
|
||||||
# Update data
|
# Update data
|
||||||
self.data = self.client.get_data()
|
self.data = self.client.get_data()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user