Skip to content

Commit

Permalink
Missing an await on dns.write_hosts call (#4463)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Jul 31, 2023
1 parent bf5d839 commit 81ce0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/addons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,4 @@ async def sync_dns(self) -> None:

# Write hosts files
with suppress(CoreDNSError):
self.sys_plugins.dns.write_hosts()
await self.sys_plugins.dns.write_hosts()

0 comments on commit 81ce0a6

Please sign in to comment.