Fix port script

pull/7517/head
Erik Johnston 2020-05-15 17:23:16 +01:00
parent 86b1d75369
commit 64949e78b1
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@ class MockHomeserver:
def get_reactor(self):
return reactor
def get_instance_name(self):
return "master"
class Porter(object):
def __init__(self, **kwargs):