mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
Minor refactoring
This commit is contained in:
parent
2ac99e5021
commit
8efe056671
1 changed files with 1 additions and 1 deletions
|
|
@ -3185,7 +3185,7 @@ def decodeHexValue(value):
|
|||
pass
|
||||
|
||||
if not isinstance(value, unicode):
|
||||
value = value.decode("utf8", "replace")
|
||||
value = getUnicode(value, "utf8")
|
||||
|
||||
return value
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue