mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor refactoring
This commit is contained in:
parent
97bc816aeb
commit
deae534ee7
4 changed files with 7 additions and 7 deletions
|
|
@ -43,7 +43,7 @@ class Dump:
|
|||
self.__outputFP.write(text)
|
||||
self.__outputFP.flush()
|
||||
|
||||
conf.loggedToOut = True
|
||||
kb.dataOutputFlag = True
|
||||
|
||||
def __formatString(self, inpStr):
|
||||
return restoreDumpMarkedChars(getUnicode(inpStr))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue