Skip to content

Commit

Permalink
Fixed attribute name in example script
Browse files Browse the repository at this point in the history
  • Loading branch information
MelindaShore committed Dec 4, 2015
1 parent adbd76e commit 4b93c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/query-stubmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ctx.resolution_type = getdns.RESOLUTION_STUB

extensions = { "return_both_v4_and_v6" : getdns.EXTENSION_TRUE }
ctx.resolver_type = getdns.RESOLUTION_STUB
ctx.resolution_type = getdns.RESOLUTION_STUB

try:
results = ctx.address(name=hostname, extensions=extensions)
Expand Down

0 comments on commit 4b93c4c

Please sign in to comment.