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

Skip to content

Commit 1b3a98b

Browse files
committed
Trivial update (for consistency sake)
1 parent 492a410 commit 1b3a98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def _setCrawler():
511511
crawl(target)
512512

513513
if conf.verbose in (1, 2):
514-
status = '%d/%d links visited (%d%%)' % (i + 1, len(targets), round(100.0 * (i + 1) / len(targets)))
514+
status = "%d/%d links visited (%d%%)" % (i + 1, len(targets), round(100.0 * (i + 1) / len(targets)))
515515
dataToStdout("\r[%s] [INFO] %s" % (time.strftime("%X"), status), True)
516516
except Exception, ex:
517517
errMsg = "problem occurred while crawling at '%s' ('%s')" % (target, ex)

0 commit comments

Comments
 (0)