mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
more general fix
This commit is contained in:
parent
e8352e504f
commit
570d3a19c2
3 changed files with 7 additions and 7 deletions
|
|
@ -732,6 +732,7 @@ def dataToStdout(data, forceOutput=False):
|
|||
sys.stdout.write(data.encode(UNICODE_ENCODING))
|
||||
finally:
|
||||
sys.stdout.flush()
|
||||
setFormatterPrependFlag(len(data) == 1)
|
||||
if kb.get("multiThreadMode"):
|
||||
logging._releaseLock()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue