mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
patch for an issue where the status code was in the wrong place issue #219
This commit is contained in:
parent
f27aaf35da
commit
d7e793cc7a
1 changed files with 2 additions and 2 deletions
|
|
@ -44,14 +44,14 @@ def request_issue_creation():
|
||||||
))
|
))
|
||||||
lib.core.common.shutdown()
|
lib.core.common.shutdown()
|
||||||
|
|
||||||
'''question = lib.core.common.prompt(
|
question = lib.core.common.prompt(
|
||||||
"would you like to create an anonymous issue and post it to Zeus's Github", opts="yN"
|
"would you like to create an anonymous issue and post it to Zeus's Github", opts="yN"
|
||||||
)
|
)
|
||||||
if question.lower().startswith("n"):
|
if question.lower().startswith("n"):
|
||||||
lib.core.settings.logger.error(lib.core.settings.set_color(
|
lib.core.settings.logger.error(lib.core.settings.set_color(
|
||||||
"Zeus has experienced an internal error and cannot continue, shutting down...", level=40
|
"Zeus has experienced an internal error and cannot continue, shutting down...", level=40
|
||||||
))
|
))
|
||||||
lib.core.common.shutdown()'''
|
lib.core.common.shutdown()
|
||||||
|
|
||||||
lib.core.settings.fix_log_file()
|
lib.core.settings.fix_log_file()
|
||||||
lib.core.settings.logger.info(lib.core.settings.set_color(
|
lib.core.settings.logger.info(lib.core.settings.set_color(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue