Remove one more webport thingy

This commit is contained in:
Jean-Paul Calderone 2019-03-21 14:39:52 -04:00
parent edf01d7817
commit e02962c3a3

View File

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