mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-02 06:00:39 +00:00
Fix variable name typo.
This commit is contained in:
parent
ec365d50a6
commit
36b1bb01e0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class Aggregate (object):
|
|||
"""Print still-active URLs and empty the URL queue."""
|
||||
self.print_active_threads()
|
||||
self.cancel()
|
||||
timneout = self.config["timeout"]
|
||||
timeout = self.config["timeout"]
|
||||
try:
|
||||
self.urlqueue.join(timeout=timeout)
|
||||
except urlqueue.Timeout:
|
||||
|
|
|
|||
Loading…
Reference in a new issue