mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
fix spell
This commit is contained in:
parent
76952db3eb
commit
a287f52e47
@ -97,7 +97,7 @@ class AddonManager(AddonsData):
|
|||||||
async def auto_boot(self, start_type):
|
async def auto_boot(self, start_type):
|
||||||
"""Boot addons with mode auto."""
|
"""Boot addons with mode auto."""
|
||||||
boot_list = self.list_startup(start_type)
|
boot_list = self.list_startup(start_type)
|
||||||
tasks = [self.start(addon) from addon in boot_list]
|
tasks = [self.start(addon) for addon in boot_list]
|
||||||
|
|
||||||
_LOGGER.info("Startup %s run %d addons", start_type, len(tasks))
|
_LOGGER.info("Startup %s run %d addons", start_type, len(tasks))
|
||||||
if tasks:
|
if tasks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user