mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor refactoring
This commit is contained in:
parent
2ac99e5021
commit
8efe056671
|
@ -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 New Issue
Block a user