mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor update
This commit is contained in:
parent
c1dc73d0a1
commit
eb11f5b2e0
|
@ -133,12 +133,8 @@ def decodePage(page, contentEncoding, contentType):
|
|||
|
||||
if charset:
|
||||
kb.pageEncoding = charset
|
||||
page = getUnicode(page)
|
||||
|
||||
if isinstance(page, str):
|
||||
page = getUnicode(page)
|
||||
|
||||
return page
|
||||
return getUnicode(page)
|
||||
|
||||
def processResponse(page, responseHeaders):
|
||||
page = getUnicode(page)
|
||||
|
|
Loading…
Reference in New Issue
Block a user