mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Bug fix (double newline - e.g. in adjusting delay)
This commit is contained in:
1
thirdparty/ansistrm/ansistrm.py
vendored
1
thirdparty/ansistrm/ansistrm.py
vendored
@@ -158,6 +158,7 @@ class ColorizingStreamHandler(logging.StreamHandler):
|
||||
if params and message:
|
||||
match = re.search(r"\A(\s+)", message)
|
||||
prefix = match.group(1) if match else ""
|
||||
message = message[len(prefix):]
|
||||
|
||||
match = re.search(r"\[([A-Z ]+)\]", message) # log level
|
||||
if match:
|
||||
|
||||
Reference in New Issue
Block a user