mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
webish: write node.url, for the benefit of CLI tools
This commit is contained in:
@ -98,8 +98,9 @@ class Client(node.Node, Referenceable, testutil.PollMixin):
|
||||
self.add_service(ws)
|
||||
vd = self.getServiceNamed("vdrive")
|
||||
startfile = os.path.join(self.basedir, "start.html")
|
||||
nodeurl_file = os.path.join(self.basedir, "node.url")
|
||||
d = vd.when_private_root_available()
|
||||
d.addCallback(ws.create_start_html, startfile)
|
||||
d.addCallback(ws.create_start_html, startfile, nodeurl_file)
|
||||
|
||||
|
||||
def _check_hotline(self, hotline_file):
|
||||
|
Reference in New Issue
Block a user