mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +01:00
Display exec info on network scanning error
This commit is contained in:
parent
48fada7ebd
commit
87f18dad5f
@ -259,6 +259,7 @@ def scanNetwork():
|
||||
pass
|
||||
except:
|
||||
print("\n\n{}ERROR: Network scanning failed. Please check your requirements configuration.{}".format(RED, END))
|
||||
print("\n{}If you still cannot resolve this error, please submit an issue here:\n\t{}https://github.com/k4m4/kickthemout/issues\n\n{}Details: {}{}{}".format(RED, BLUE, RED, GREEN, str(sys.exc_info()[1]), END))
|
||||
os._exit(1)
|
||||
regenOnlineIPs()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user