mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Dirty fix for #3766
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user