zeroconf: Don't close on update

Signed-off-by: Clifford Roche <clifford.roche@gmail.com>
This commit is contained in:
Clifford Roche 2021-11-25 20:31:56 -05:00 committed by Eric Callahan
parent 6258082d70
commit 513a122290
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class AsyncRunner:
tasks = [self.aiozc.async_update_service(info) for info in infos]
background_tasks = await asyncio.gather(*tasks)
await asyncio.gather(*background_tasks)
await self.aiozc.async_close()
class ZeroconfRegistrar: