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