Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9105409

Browse files
committed
Minor style update
1 parent cce541c commit 9105409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def crawlThread():
106106

107107
for i in xrange(conf.crawlDepth):
108108
if i > 0 and conf.threads == 1:
109-
singleTimeWarnMessage("running in a single-thread mode. This could take a while.")
109+
singleTimeWarnMessage("running in a single-thread mode. This could take a while")
110110
threadData.shared.count = 0
111111
threadData.shared.length = len(threadData.shared.unprocessed)
112112
numThreads = min(conf.threads, len(threadData.shared.unprocessed))

0 commit comments

Comments
 (0)