We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd86c8 commit a1caf44Copy full SHA for a1caf44
1 file changed
examples/resolve_address.py
@@ -11,7 +11,7 @@
11
12
13
async def resolve_name(name: str) -> None:
14
- aiozc = AsyncZeroconf(interfaces=["127.0.0.1"])
+ aiozc = AsyncZeroconf()
15
await aiozc.zeroconf.async_wait_for_start()
16
resolver = AddressResolver(name)
17
if await resolver.async_request(aiozc.zeroconf, 3000):
0 commit comments