mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor language fix
This commit is contained in:
parent
3f8dafedae
commit
473a39b820
4 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ def base64pickle(value):
|
|||
|
||||
def base64unpickle(value):
|
||||
"""
|
||||
Decodes value from Base64 to plain format and deserializes (with pickle) it's content
|
||||
Decodes value from Base64 to plain format and deserializes (with pickle) its content
|
||||
|
||||
>>> base64unpickle('gAJVBmZvb2JhcnEALg==')
|
||||
'foobar'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue