From 73c61843e6aa297c3d2b6d36bf569af60ec4eecf Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 2 Jun 2017 02:38:07 +1000 Subject: [PATCH] goota test this shit locally --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index 0ceda3a..ed65653 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -41,7 +41,7 @@ def ipLookup(inDomain): host = subprocess.check_output(["host", inDomain]) #Do exit status check... returncode = 0 except subprocess.CalledProcessError as e: - output = o.output + output = e.output returncode = e.returncode print ipLook, "PTR: ", host