mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor just in case update
This commit is contained in:
parent
02f993583b
commit
1bdde51d0e
|
@ -1589,7 +1589,7 @@ def getFilteredPageContent(page, onlyText=True):
|
|||
return retVal
|
||||
|
||||
def getPageWordSet(page):
|
||||
retVal = None
|
||||
retVal = set()
|
||||
|
||||
# only if the page's charset has been successfully identified
|
||||
if isinstance(page, unicode):
|
||||
|
|
Loading…
Reference in New Issue
Block a user