Lowered the amount of pings and also commit 69 ;)

This commit is contained in:
Benjamyn Love 2017-06-04 03:30:08 +10:00
parent 423a81cf88
commit e31b3ec4c3

View File

@ -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():