...
This commit is contained in:
parent
9ae8cabfaa
commit
f8c37e90ed
2
HTTPy.py
2
HTTPy.py
@ -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])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user