mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
minor, just in case update related to the previous commit
This commit is contained in:
parent
709a7d156b
commit
c1dc73d0a1
1 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,8 @@ def decodePage(page, contentEncoding, contentType):
|
||||||
if charset:
|
if charset:
|
||||||
kb.pageEncoding = charset
|
kb.pageEncoding = charset
|
||||||
page = getUnicode(page)
|
page = getUnicode(page)
|
||||||
else:
|
|
||||||
|
if isinstance(page, str):
|
||||||
page = getUnicode(page)
|
page = getUnicode(page)
|
||||||
|
|
||||||
return page
|
return page
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue