mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 07:36:29 +00:00
Missing an await on dns.write_hosts call (#4463)
This commit is contained in:
parent
bf5d839c22
commit
81ce0a60f6
@ -459,4 +459,4 @@ class AddonManager(CoreSysAttributes):
|
|||||||
|
|
||||||
# Write hosts files
|
# Write hosts files
|
||||||
with suppress(CoreDNSError):
|
with suppress(CoreDNSError):
|
||||||
self.sys_plugins.dns.write_hosts()
|
await self.sys_plugins.dns.write_hosts()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user