diff --git a/HTTPy.py b/HTTPy.py index 08a87a9..8bf3b4c 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -38,7 +38,7 @@ def dig(inDomain, record): print "========================================================" #ADD REST OF DIGS test = dig.split("\n") #print record, test[0] - iterateDig(test, record) #fix up mutiple record types... + iterate(test, record) #fix up mutiple record types... def ipLookup(inDomain): host = "N/A"