Fix variable name typo.

This commit is contained in:
Bastian Kleineidam 2012-08-22 22:00:11 +02:00
parent ec365d50a6
commit 36b1bb01e0

View file

@ -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: