Update kickthemout.py

This commit is contained in:
k4m4 2017-01-25 17:33:25 +02:00
parent 2697a989b0
commit 8390e92e1a
1 changed files with 1 additions and 5 deletions

View File

@ -69,11 +69,7 @@ def regenOnlineIPs():
def scanNetwork():
global hostsList
try:
hostsList = scan.scanNetwork()
except:
print("\n{0}ERROR: Network scanning failed. Please check your requirements configuration.{1}\n").format(RED, END)
sys.exit(1)
hostsList = scan.scanNetwork()
regenOnlineIPs()