oops that should be gone too

This commit is contained in:
Jean-Paul Calderone 2019-03-21 15:00:08 -04:00
parent 9ec2259595
commit 616fec0767

View File

@ -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)