mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 13:04:25 +01:00
Update kickthemout.py
This commit is contained in:
parent
2697a989b0
commit
8390e92e1a
@ -69,11 +69,7 @@ def regenOnlineIPs():
|
|||||||
|
|
||||||
def scanNetwork():
|
def scanNetwork():
|
||||||
global hostsList
|
global hostsList
|
||||||
try:
|
hostsList = scan.scanNetwork()
|
||||||
hostsList = scan.scanNetwork()
|
|
||||||
except:
|
|
||||||
print("\n{0}ERROR: Network scanning failed. Please check your requirements configuration.{1}\n").format(RED, END)
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
regenOnlineIPs()
|
regenOnlineIPs()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user