mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor revert
This commit is contained in:
parent
046f347f5d
commit
5a793cbc7c
|
@ -774,10 +774,6 @@ def dataToStdout(data, forceOutput=False, bold=False, content_type=None, status=
|
|||
else:
|
||||
message = data
|
||||
|
||||
if kb.prependFlag:
|
||||
message = "\n%s" % message
|
||||
kb.prependFlag = False
|
||||
|
||||
if hasattr(conf, "api"):
|
||||
sys.stdout.write(message, status, content_type)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user