Code refactoring (epecially Google search code)

This commit is contained in:
Miroslav Stampar
2012-10-30 18:38:10 +01:00
parent 76b793b199
commit 2de52927f3
5 changed files with 62 additions and 88 deletions

View File

@@ -3093,7 +3093,7 @@ def findPageForms(content, url, raise_=False, addToTargets=False):
if addToTargets and retVal:
for target in retVal:
kb.targetUrls.add(target)
kb.targets.add(target)
return retVal