mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 04:36:31 +00:00
fix lint
This commit is contained in:
parent
b546365aaa
commit
8baf59a608
@ -65,7 +65,7 @@ class Updater(JsonConfig, CoreSysAttributes):
|
|||||||
|
|
||||||
Is a coroutine.
|
Is a coroutine.
|
||||||
"""
|
"""
|
||||||
url = URL_HASSIO_VERSION.format(CHANNEL_TO_BRANCH[self.mode])
|
url = URL_HASSIO_VERSION.format(CHANNEL_TO_BRANCH[self.channel])
|
||||||
try:
|
try:
|
||||||
_LOGGER.info("Fetch update data from %s", url)
|
_LOGGER.info("Fetch update data from %s", url)
|
||||||
with async_timeout.timeout(10, loop=self._loop):
|
with async_timeout.timeout(10, loop=self._loop):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user