Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Nov 20, 2014
1 parent f8a8cbf commit 1a8b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def crawlThread():
logger.warn(warnMsg)
else:
for url in threadData.shared.value:
kb.targets.add((url, conf.method, None, None, None))
kb.targets.add((url, None, None, None, None))

storeResultsToFile(kb.targets)

Expand Down

0 comments on commit 1a8b58f

Please sign in to comment.