mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
stats_gatherer: fix typo in helper stats gathering.
This commit is contained in:
parent
766deaa9b6
commit
a32275771a
@ -476,6 +476,7 @@ class Helper(Referenceable, service.MultiService):
|
||||
fileutil.make_dirs(self._chk_incoming)
|
||||
fileutil.make_dirs(self._chk_encoding)
|
||||
self._active_uploads = {}
|
||||
self.stats_provider = stats_provider
|
||||
if stats_provider:
|
||||
stats_provider.register_producer(self)
|
||||
service.MultiService.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user