mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 12:28:05 +00:00
replace sensitive introducer fURL with path where it can be found
This commit is contained in:
parent
efc9dc831b
commit
1c347c5931
@ -136,7 +136,7 @@ class _IntroducerNode(node.Node):
|
|||||||
os.rename(old_public_fn, private_fn)
|
os.rename(old_public_fn, private_fn)
|
||||||
furl = self.tub.registerReference(introducerservice,
|
furl = self.tub.registerReference(introducerservice,
|
||||||
furlFile=private_fn)
|
furlFile=private_fn)
|
||||||
self.log(" introducer is at %s" % furl, umid="qF2L9A")
|
self.log(" introducer can be found in {!r}".format(private_fn), umid="qF2L9A")
|
||||||
self.introducer_url = furl # for tests
|
self.introducer_url = furl # for tests
|
||||||
|
|
||||||
def init_web(self, webport):
|
def init_web(self, webport):
|
||||||
|
Loading…
Reference in New Issue
Block a user