mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor fix
This commit is contained in:
@@ -1518,6 +1518,7 @@ def clearConsoleLine(forceOutput=False):
|
||||
Clears current console line
|
||||
"""
|
||||
|
||||
if getattr(LOGGER_HANDLER, "is_tty", False):
|
||||
dataToStdout("\r%s\r" % (" " * (getConsoleWidth() - 1)), forceOutput)
|
||||
|
||||
kb.prependFlag = False
|
||||
|
||||
Reference in New Issue
Block a user