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