mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix lint p1
This commit is contained in:
parent
dc566f64b2
commit
ef8c98ef20
@ -61,7 +61,7 @@ class HassIO(object):
|
||||
if resp:
|
||||
break
|
||||
_LOGGER.warning("Can't fetch info from github. Retry in 60.")
|
||||
await asyncio.sleep(60, loop=loop)
|
||||
await asyncio.sleep(60, loop=self.loop)
|
||||
|
||||
self.config.homeassistant_tag = current[HOMEASSISTANT_TAG]
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user