mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 17:59:04 +00:00
Minor patch
This commit is contained in:
2
thirdparty/termcolor/termcolor.py
vendored
2
thirdparty/termcolor/termcolor.py
vendored
@@ -79,6 +79,8 @@ COLORS = dict(
|
||||
))
|
||||
)
|
||||
|
||||
COLORS.update(dict(("light%s" % color, COLORS[color] + 60) for color in COLORS))
|
||||
|
||||
|
||||
RESET = '\033[0m'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user