Fixed my checks

This commit is contained in:
Benjamyn Love 2017-06-20 17:10:10 +10:00
parent 1699fe4468
commit 1a6c5ab329

View File

@ -75,7 +75,7 @@ while running == 1:
else:
if len(partDomain) == 4:
ipLookup(inInput)
if pingOn == 1:
if pingOn == "P":
ipPing(inInput)
else:
pass