keep running stats

This commit is contained in:
Noah Levitt 2018-01-15 17:15:19 -08:00
parent b7d176be28
commit e44d6a88fb

View File

@ -173,6 +173,9 @@ class WarcproxController(object):
constructors.append(functools.partial(
warcprox.ListenerPostfetchProcessor, crawl_logger))
constructors.append(functools.partial(
warcprox.ListenerPostfetchProcessor, self.proxy.running_stats))
for qualname in self.options.plugins or []:
plugin = Factory.plugin(qualname)
constructors.append(functools.partial(