From e31b3ec4c399e7b3d60c7612827358bf8e69d42d Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Sun, 4 Jun 2017 03:30:08 +1000 Subject: [PATCH] Lowered the amount of pings and also commit 69 ;) --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index 82d4587..1405fe5 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -41,7 +41,7 @@ def ipLookup(inDomain): print ipLook, "PTR: ", host def ipPing(inDomain): - ping = subprocess.call(["ping", "-c 5", inDomain]) + ping = subprocess.call(["ping", "-c 2", inDomain]) #iterate(ping, "") def getInput():