really minor update

This commit is contained in:
Miroslav Stampar 2011-06-20 21:57:53 +00:00
parent 812cd2f19b
commit 20bb1a685b

View File

@ -102,7 +102,10 @@ class Crawler:
logger.info("searching for links with depth %d" % (i + 1))
runThreads(numThreads, crawlThread)
clearConsoleLine(True)
if threadData.shared.deeper:
threadData.shared.unprocessed = set(threadData.shared.deeper)
else:
break
except KeyboardInterrupt:
warnMsg = "user aborted during crawling. sqlmap "