Skip to content

Commit 4b93c4c

Browse files
committed
Fixed attribute name in example script
1 parent adbd76e commit 4b93c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/query-stubmode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ctx.resolution_type = getdns.RESOLUTION_STUB
99

1010
extensions = { "return_both_v4_and_v6" : getdns.EXTENSION_TRUE }
11-
ctx.resolver_type = getdns.RESOLUTION_STUB
11+
ctx.resolution_type = getdns.RESOLUTION_STUB
1212

1313
try:
1414
results = ctx.address(name=hostname, extensions=extensions)

0 commit comments

Comments
 (0)