mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-31 18:39:46 +03:00
This commit is contained in:
parent
162da75a04
commit
1e1c4bbb0d
|
@ -73,7 +73,8 @@ class Dump:
|
|||
|
||||
def string(self, header, data, sort=True):
|
||||
kb.stickyLevel = None
|
||||
|
||||
if type(data) is bool:
|
||||
data = ("False", "True") [data]
|
||||
if isListLike(data):
|
||||
self.lister(header, data, sort)
|
||||
elif data is not None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user