From f8c37e90ed85aff8d37d94f8b5b77dbfeba56de4 Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Mon, 25 Sep 2017 09:22:25 +1000 Subject: [PATCH] ... --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])