From 7406b0b6b0af71771e3556e03c29d765fef72576 Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Tue, 6 Jun 2017 06:59:48 +1000 Subject: [PATCH] Increased readability on ip utils --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index f984c82..ce4d318 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -39,7 +39,7 @@ def ipLookup(inDomain): output = e.output returncode = e.returncode - print ipLook, "PTR: ", host + print ipLook, '\n', "PTR: ", host def ipPing(inDomain): ping = subprocess.call(["ping", "-c 2", inDomain])