diff --git a/HTTPy.py b/HTTPy.py index 207d344..a344f55 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -258,6 +258,6 @@ while running == 1: iterate(subRec, subDomain) for rec in rec2check: if rec != "": - dnsRec, dnsType = newdig(inInput, rec) + dnsRec, dnsType, blank = newdig(inInput, rec) iterate(dnsRec, dnsType) print '\n' \ No newline at end of file