mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor, just in case update related to the previous commit
This commit is contained in:
parent
709a7d156b
commit
c1dc73d0a1
|
@ -134,7 +134,8 @@ def decodePage(page, contentEncoding, contentType):
|
|||
if charset:
|
||||
kb.pageEncoding = charset
|
||||
page = getUnicode(page)
|
||||
else:
|
||||
|
||||
if isinstance(page, str):
|
||||
page = getUnicode(page)
|
||||
|
||||
return page
|
||||
|
|
Loading…
Reference in New Issue
Block a user