Implementation of an Issue #147

This commit is contained in:
Miroslav Stampar
2012-08-15 16:37:18 +02:00
parent 74ee0ce78a
commit f358ab2e73
4 changed files with 10 additions and 1 deletions

View File

@@ -237,7 +237,7 @@ def start():
return True
if conf.url and not any([conf.forms, conf.crawlDepth]):
kb.targetUrls.add(( conf.url, conf.method, conf.data, conf.cookie ))
kb.targetUrls.add((conf.url, conf.method, conf.data, conf.cookie))
if conf.configFile and not kb.targetUrls:
errMsg = "you did not edit the configuration file properly, set "