diff --git a/HTTPy.py b/HTTPy.py index 7b1fe64..034b501 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -253,5 +253,7 @@ while running == 1: # print compareSOA(nsRec, inInput, soaRec) # print '\n' for sub in sub2check: - tmpDom = sub + "." + inInput - print newdig(tmpDom, "A") \ No newline at end of file + if sub != "": + tmpDom = sub + "." + inInput + subRec, subType = newdig(tmpDom, "A") + iterate(subRec, subType) \ No newline at end of file