Updated line to fix pep8 error.

This commit is contained in:
NotoriousRebel 2019-09-23 21:10:51 -04:00
parent a635b2b8df
commit fb44136d20

View file

@ -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}:"