mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 08:30:59 +00:00
DOC: minor typo fix
This commit is contained in:
parent
3eb7cbfbc8
commit
b78c2d200e
1 changed files with 1 additions and 1 deletions
2
linkcheck/cache/urlqueue.py
vendored
2
linkcheck/cache/urlqueue.py
vendored
|
|
@ -114,7 +114,7 @@ class UrlQueue (object):
|
|||
self.not_empty.notify()
|
||||
|
||||
def _put (self, url_data):
|
||||
"""Put URL in queue, increase number of unfished tasks."""
|
||||
"""Put URL in queue, increase number of unfinished tasks."""
|
||||
if self.shutdown or self.max_allowed_urls == 0:
|
||||
return
|
||||
log.debug(LOG_CACHE, "queueing %s", url_data.url)
|
||||
|
|
|
|||
Loading…
Reference in a new issue