mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
Client.tub_ready: upcall to Node
This commit is contained in:
@ -118,6 +118,7 @@ class Client(node.Node, Referenceable, testutil.PollMixin):
|
||||
|
||||
def tub_ready(self):
|
||||
self.log("tub_ready")
|
||||
node.Node.tub_ready(self)
|
||||
|
||||
# we use separate get_config/write_config here because we want to
|
||||
# update the connection hints each time.
|
||||
|
Reference in New Issue
Block a user