mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 19:26:44 +00:00
We need to pass in the furl here.
This commit is contained in:
parent
6d833607db
commit
671e829f4e
@ -336,7 +336,7 @@ def _create_node(reactor, request, temp_dir, introducer_furl, flog_gatherer, nam
|
|||||||
config,
|
config,
|
||||||
u'node',
|
u'node',
|
||||||
u'log_gatherer.furl',
|
u'log_gatherer.furl',
|
||||||
flog_gatherer,
|
flog_gatherer.furl,
|
||||||
)
|
)
|
||||||
write_config(FilePath(config_path), config)
|
write_config(FilePath(config_path), config)
|
||||||
created_d.addCallback(created)
|
created_d.addCallback(created)
|
||||||
|
Loading…
Reference in New Issue
Block a user