mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 18:03:10 +08:00
Updated line to fix pep8 error.
This commit is contained in:
parent
a635b2b8df
commit
fb44136d20
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async def query(host, resolver) -> [list, str]:
|
|||
try:
|
||||
result = await resolver.gethostbyname(host, socket.AF_INET)
|
||||
return result
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
# print(f'An error occurred in query: {e}')
|
||||
return f"{host}:"
|
||||
|
||||
|
|
Loading…
Reference in a new issue