Made file PEP8 compatible

This commit is contained in:
Michael Heidelberger 2018-04-19 11:53:54 -05:00
parent 3904363c71
commit f881f74372

View File

@ -34,8 +34,8 @@ def findMX(host):
# append terminal output to variable std_out
for line in p:
if re.search('not found', line):
query_api([host])
break
query_api([host])
break
std_out.append(line)
p.close