Hopefully removed the extra arrows

This commit is contained in:
Benjamyn Love 2017-09-25 08:51:44 +10:00
parent b5b24a67ce
commit 348ed3a1cc

View File

@ -134,6 +134,9 @@ def iterate(inArray, pre):
count = 0
while count != len(inArray) - 1:
#print checkIfIP(inArray[count].split('.'))
if pre == "TXT" or pre == "SOA":
print bcolors.CYAN + pre, bcolors.GREEN + inArray[count] + bcolors.RESET
else:
if checkIfIP(inArray[count].split('.')) == 0:
tmpVal = isCNAME(inArray[count])