mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Fixing a leftover for #1117
This commit is contained in:
parent
20a9d94f56
commit
da737d23ed
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def base64decode(value):
|
||||||
'foobar'
|
'foobar'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return base64.b64decode("base64")
|
return base64.b64decode(value)
|
||||||
|
|
||||||
def base64encode(value):
|
def base64encode(value):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue