mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
color change for when you exit the program by hitting CNTRL-C
This commit is contained in:
parent
e5abed8835
commit
a6ab0f57a1
1 changed files with 3 additions and 2 deletions
5
zeus.py
5
zeus.py
|
|
@ -533,9 +533,10 @@ if __name__ == "__main__":
|
|||
))
|
||||
request_issue_creation()
|
||||
except KeyboardInterrupt:
|
||||
logger.error(set_color(
|
||||
"user aborted process...", level=40
|
||||
logger.fatal(set_color(
|
||||
"user aborted process...", level=50
|
||||
))
|
||||
shutdown()
|
||||
except UnboundLocalError:
|
||||
logger.warning(set_color(
|
||||
"do not interrupt the browser when selenium is running, "
|
||||
|
|
|
|||
Loading…
Reference in a new issue