mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fixing a leftover for #1117
This commit is contained in:
@@ -21,7 +21,7 @@ def base64decode(value):
|
|||||||
'foobar'
|
'foobar'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return base64.b64decode("base64")
|
return base64.b64decode(value)
|
||||||
|
|
||||||
def base64encode(value):
|
def base64encode(value):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user