Actually used new function
This commit is contained in:
parent
81d51dffe9
commit
5c2beba0d0
2
HTTPy.py
2
HTTPy.py
@ -201,7 +201,7 @@ while running == 1:
|
|||||||
if whoOn == "W":
|
if whoOn == "W":
|
||||||
whois(inInput)
|
whois(inInput)
|
||||||
#Condense dig calls
|
#Condense dig calls
|
||||||
test1, test2 = dig(inInput, "A")
|
test1, test2 = newdig(inInput, "A")
|
||||||
print test1
|
print test1
|
||||||
print test2
|
print test2
|
||||||
dig(inInput, "MX")
|
dig(inInput, "MX")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user