Made file PEP8 compatible
This commit is contained in:
parent
3904363c71
commit
f881f74372
@ -34,8 +34,8 @@ def findMX(host):
|
|||||||
# append terminal output to variable std_out
|
# append terminal output to variable std_out
|
||||||
for line in p:
|
for line in p:
|
||||||
if re.search('not found', line):
|
if re.search('not found', line):
|
||||||
query_api([host])
|
query_api([host])
|
||||||
break
|
break
|
||||||
std_out.append(line)
|
std_out.append(line)
|
||||||
p.close
|
p.close
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user