Skip to content

Commit a1caf44

Browse files
committed
chore: improve example
1 parent edd86c8 commit a1caf44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/resolve_address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
async def resolve_name(name: str) -> None:
14-
aiozc = AsyncZeroconf(interfaces=["127.0.0.1"])
14+
aiozc = AsyncZeroconf()
1515
await aiozc.zeroconf.async_wait_for_start()
1616
resolver = AddressResolver(name)
1717
if await resolver.async_request(aiozc.zeroconf, 3000):

0 commit comments

Comments
 (0)