mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor style updates
This commit is contained in:
parent
6bcf9987a6
commit
57dbbefd92
7 changed files with 26 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ class Syntax(GenericSyntax):
|
|||
"""
|
||||
|
||||
def escaper(value):
|
||||
return "||".join("ASCII_CHAR(%d)" %_ for _ in getOrds(value))
|
||||
return "||".join("ASCII_CHAR(%d)" % _ for _ in getOrds(value))
|
||||
|
||||
retVal = expression
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
1#!/usr/bin/env python
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue