mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-01 11:43:07 +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:
|
else:
|
||||||
message = data
|
message = data
|
||||||
|
|
||||||
if kb.prependFlag:
|
|
||||||
message = "\n%s" % message
|
|
||||||
kb.prependFlag = False
|
|
||||||
|
|
||||||
if hasattr(conf, "api"):
|
if hasattr(conf, "api"):
|
||||||
sys.stdout.write(message, status, content_type)
|
sys.stdout.write(message, status, content_type)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user