mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
typo fix
This commit is contained in:
parent
b231e52980
commit
d2d3878de1
2 changed files with 44 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Syntax(GenericSyntax):
|
|||
|
||||
@staticmethod
|
||||
def unescape(expression, quote=True):
|
||||
if expression == "'"
|
||||
if expression == "'":
|
||||
return expression
|
||||
|
||||
if quote:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue