mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor style update
This commit is contained in:
@@ -106,7 +106,7 @@ def crawl(target):
|
|||||||
|
|
||||||
for i in xrange(conf.crawlDepth):
|
for i in xrange(conf.crawlDepth):
|
||||||
if i > 0 and conf.threads == 1:
|
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.count = 0
|
||||||
threadData.shared.length = len(threadData.shared.unprocessed)
|
threadData.shared.length = len(threadData.shared.unprocessed)
|
||||||
numThreads = min(conf.threads, len(threadData.shared.unprocessed))
|
numThreads = min(conf.threads, len(threadData.shared.unprocessed))
|
||||||
|
|||||||
Reference in New Issue
Block a user