mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
bumped version number, added return True to the blacklist parsing
This commit is contained in:
parent
885fe2e43f
commit
6f05a8e656
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ CLONE = "https://github.com/ekultek/zeus-scanner.git"
|
|||
ISSUE_LINK = "https://github.com/ekultek/zeus-scanner/issues"
|
||||
|
||||
# current version <major.minor.commit.patch ID>
|
||||
VERSION = "1.2.12".format(PATCH_ID)
|
||||
VERSION = "1.2.13".format(PATCH_ID)
|
||||
|
||||
# colors to output depending on the version
|
||||
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}
|
||||
|
|
@ -1057,3 +1057,4 @@ def parse_blacklist(dork, path, batch=False):
|
|||
shutdown()
|
||||
else:
|
||||
prompt(prompt_msg, opts="yN", default="y")
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue