bumped version number, added return True to the blacklist parsing

This commit is contained in:
ekultek 2017-11-14 12:54:22 -06:00
parent 885fe2e43f
commit 6f05a8e656

View file

@ -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