Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bdde51

Browse files
committed
minor just in case update
1 parent 02f9935 commit 1bdde51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ def getFilteredPageContent(page, onlyText=True):
15891589
return retVal
15901590

15911591
def getPageWordSet(page):
1592-
retVal = None
1592+
retVal = set()
15931593

15941594
# only if the page's charset has been successfully identified
15951595
if isinstance(page, unicode):

0 commit comments

Comments
 (0)