mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor style updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user