Minor style update

This commit is contained in:
stamparm 2013-04-09 10:42:58 +02:00
parent cce541cc33
commit 91054099aa

View File

@ -106,7 +106,7 @@ def crawl(target):
for i in xrange(conf.crawlDepth):
if i > 0 and conf.threads == 1:
singleTimeWarnMessage("running in a single-thread mode. This could take a while.")
singleTimeWarnMessage("running in a single-thread mode. This could take a while")
threadData.shared.count = 0
threadData.shared.length = len(threadData.shared.unprocessed)
numThreads = min(conf.threads, len(threadData.shared.unprocessed))