mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 00:56:29 +00:00
fix bug
This commit is contained in:
parent
b05f2db023
commit
29ac861b87
@ -195,7 +195,7 @@ class AddonsData(Config):
|
|||||||
"""Return image name of addon."""
|
"""Return image name of addon."""
|
||||||
if ATTR_IMAGE not in self._addons_data[addon]:
|
if ATTR_IMAGE not in self._addons_data[addon]:
|
||||||
return "{}/addon_{}".format(
|
return "{}/addon_{}".format(
|
||||||
DOCKER_REPO, self._addons_data.get_slug(addon))
|
DOCKER_REPO, self.get_slug(addon))
|
||||||
|
|
||||||
return self._addons_data[addon][ATTR_IMAGE]
|
return self._addons_data[addon][ATTR_IMAGE]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user