mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
Remove one more webport thingy
This commit is contained in:
parent
edf01d7817
commit
e02962c3a3
@ -151,7 +151,7 @@ class Root(MultiFormatPage):
|
||||
"no": "Disconnected",
|
||||
}
|
||||
|
||||
def __init__(self, client, clock=None, now_fn=None, webport=None):
|
||||
def __init__(self, client, clock=None, now_fn=None):
|
||||
rend.Page.__init__(self, client)
|
||||
self.client = client
|
||||
# If set, clock is a twisted.internet.task.Clock that the tests
|
||||
|
Loading…
Reference in New Issue
Block a user