diff --git a/HTTPy.py b/HTTPy.py index 7f40125..98096c4 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -135,7 +135,7 @@ def iterate(inArray, pre): 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 + print indent + bcolors.CYAN + pre, bcolors.GREEN + inArray[count] + bcolors.RESET else: if checkIfIP(inArray[count].split('.')) == 0: tmpVal = isCNAME(inArray[count])