fix spelling error

This commit is contained in:
KiekerJan 2022-04-18 08:30:22 +02:00
parent 87c9e2381e
commit 1b0f7991db
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ def query_dns(qname, rtype, nxdomain='[Not Set]', at=None, as_list=False):
# Set a timeout so that a non-responsive server doesn't hold us back.
resolver.timeout = 3
reaolver.lifetime = 3
resolver.lifetime = 3
# Do the query.
try: