mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
oops that should be gone too
This commit is contained in:
parent
9ec2259595
commit
616fec0767
@ -165,7 +165,7 @@ class WebishServer(service.MultiService):
|
||||
# beware, 'webport' can be a Twisted endpoint-string sometimes
|
||||
# it seems
|
||||
print("webport {}".format(webport))
|
||||
self.root = root.Root(client, clock, now_fn, webport=webport)
|
||||
self.root = root.Root(client, clock, now_fn)
|
||||
self.buildServer(webport, nodeurl_path, staticdir)
|
||||
if self.root.child_operations:
|
||||
self.site.remember(self.root.child_operations, IOpHandleTable)
|
||||
|
Loading…
Reference in New Issue
Block a user