This commit is contained in:
Benjamyn Love 2017-09-25 09:22:25 +10:00
parent 9ae8cabfaa
commit f8c37e90ed

View File

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