Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce541c commit 9105409Copy full SHA for 9105409
1 file changed
lib/utils/crawler.py
@@ -106,7 +106,7 @@ def crawlThread():
106
107
for i in xrange(conf.crawlDepth):
108
if i > 0 and conf.threads == 1:
109
- singleTimeWarnMessage("running in a single-thread mode. This could take a while.")
+ singleTimeWarnMessage("running in a single-thread mode. This could take a while")
110
threadData.shared.count = 0
111
threadData.shared.length = len(threadData.shared.unprocessed)
112
numThreads = min(conf.threads, len(threadData.shared.unprocessed))
0 commit comments