mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 11:44:11 +00:00
another one
This commit is contained in:
parent
c9dba4d0a4
commit
e6832dd71c
@ -174,7 +174,7 @@ class StorageServer(object):
|
|||||||
self.process = yield _run_node(
|
self.process = yield _run_node(
|
||||||
reactor, self.process.node_dir, request, None,
|
reactor, self.process.node_dir, request, None,
|
||||||
)
|
)
|
||||||
self.protocol = self.process.transport._protocol
|
self.protocol = self.process.transport.proto
|
||||||
yield await_client_ready(self.process)
|
yield await_client_ready(self.process)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user