mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
offloaded: early code: most of client-side, defined the RemoteInterfaces
This commit is contained in:
@ -41,7 +41,8 @@ class Client(node.Node, Referenceable, testutil.PollMixin):
|
||||
self.init_lease_secret()
|
||||
self.init_storage()
|
||||
self.init_options()
|
||||
self.add_service(Uploader())
|
||||
helper_furl = self.get_config("helper.furl")
|
||||
self.add_service(Uploader(helper_furl))
|
||||
self.add_service(Downloader())
|
||||
self.add_service(Checker())
|
||||
|
||||
|
Reference in New Issue
Block a user