whoopsie
This commit is contained in:
parent
0df605b88b
commit
0b61589dc8
2
HTTPy.py
2
HTTPy.py
@ -258,6 +258,6 @@ while running == 1:
|
|||||||
iterate(subRec, subDomain)
|
iterate(subRec, subDomain)
|
||||||
for rec in rec2check:
|
for rec in rec2check:
|
||||||
if rec != "":
|
if rec != "":
|
||||||
dnsRec, dnsType = newdig(inInput, rec)
|
dnsRec, dnsType, blank = newdig(inInput, rec)
|
||||||
iterate(dnsRec, dnsType)
|
iterate(dnsRec, dnsType)
|
||||||
print '\n'
|
print '\n'
|
||||||
Loading…
x
Reference in New Issue
Block a user