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

@@ -126,4 +126,4 @@ class Crawler:
logger.warn(warnMsg)
else:
for url in threadData.shared.outputs:
kb.targetUrls.add(( url, None, None, None ))
kb.targets.add(( url, None, None, None ))