From 8390e92e1a94876e9ca9b3a43accf854e8568b86 Mon Sep 17 00:00:00 2001 From: k4m4 Date: Wed, 25 Jan 2017 17:33:25 +0200 Subject: [PATCH] Update kickthemout.py --- kickthemout.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kickthemout.py b/kickthemout.py index 7cadbcf..166f19e 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -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()