adjust to the changed parameter name

This commit is contained in:
Jean-Paul Calderone 2019-06-28 08:10:57 -04:00
parent 6b7e0dd700
commit 7e9e380912

View File

@ -197,7 +197,7 @@ storage.plugins = tahoe-lafs-dummy-v1
)
node = yield create_client_from_config(
config,
introducer_factory=MemoryIntroducerClient,
_introducer_factory=MemoryIntroducerClient,
)
[introducer_client] = node.introducer_clients
server_id = b"v0-abcdef"