mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor refactoring
This commit is contained in:
@@ -3185,7 +3185,7 @@ def decodeHexValue(value):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if not isinstance(value, unicode):
|
if not isinstance(value, unicode):
|
||||||
value = value.decode("utf8", "replace")
|
value = getUnicode(value, "utf8")
|
||||||
|
|
||||||
return value
|
return value
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user