mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Dirty fix for #3766
This commit is contained in:
parent
9d055c723b
commit
e565fa1fad
3 changed files with 3 additions and 2 deletions
2
thirdparty/ansistrm/ansistrm.py
vendored
2
thirdparty/ansistrm/ansistrm.py
vendored
|
|
@ -21,7 +21,7 @@ if IS_WIN:
|
|||
ctypes.windll.kernel32.SetConsoleTextAttribute.restype = ctypes.wintypes.BOOL
|
||||
|
||||
def stdoutEncode(data): # Cross-referenced function
|
||||
raise NotImplementedError
|
||||
return data
|
||||
|
||||
class ColorizingStreamHandler(logging.StreamHandler):
|
||||
# color names to indices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue