This commit is contained in:
Benjamyn Love 2017-06-04 01:06:10 +10:00
parent 26d36a7ebe
commit 5f02c6d9c0

View File

@ -67,6 +67,9 @@ def getInput():
while running == 1:
getInput()
if running == 0:
pass
else:
if len(partDomain) == 4:
ipLookup(inInput)
else: