mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor adjustments
This commit is contained in:
@@ -31,9 +31,9 @@ class Dump:
|
||||
self.__outputFP = None
|
||||
|
||||
def __write(self, data, n=True):
|
||||
text = "%s%s" % (data, "\n" if n else " ")
|
||||
|
||||
text = "%s%s" % (data, "\n" if n else " ")
|
||||
dataToStdout(text)
|
||||
|
||||
self.__outputFP.write(text)
|
||||
self.__outputFP.flush()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user