mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
more update related to last commits
This commit is contained in:
parent
570d3a19c2
commit
5afbd52b61
2 changed files with 6 additions and 1 deletions
|
|
@ -732,9 +732,9 @@ 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()
|
||||
setFormatterPrependFlag(len(data) == 1)
|
||||
|
||||
def dataToSessionFile(data):
|
||||
if not conf.sessionFile or kb.suppressSession:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue