mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fixes #4576
This commit is contained in:
@@ -23,7 +23,7 @@ try:
|
||||
|
||||
class _ColorizingStreamHandler(ColorizingStreamHandler):
|
||||
def colorize(self, message, levelno, force=False):
|
||||
if levelno in self.level_map and self.is_tty or force:
|
||||
if levelno in self.level_map and (self.is_tty or force):
|
||||
bg, fg, bold = self.level_map[levelno]
|
||||
params = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user