mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor style update (for the sake of consistency over the code and our PEP8 adaptation)
This commit is contained in:
parent
bdd2592848
commit
25f01a419f
19 changed files with 105 additions and 105 deletions
|
|
@ -29,7 +29,7 @@ class FingerprintHandler(ContentHandler):
|
|||
def _feedInfo(self, key, value):
|
||||
value = sanitizeStr(value)
|
||||
|
||||
if value in ( None, "None" ):
|
||||
if value in (None, "None"):
|
||||
return
|
||||
|
||||
if key == "dbmsVersion":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue