Set host not path

This commit is contained in:
Erik Johnston 2016-07-21 11:45:53 +01:00
parent 081e5d55e6
commit cf94a78872

View file

@ -135,5 +135,5 @@ class SynapseKeyClientFactory(Factory):
def protocol(self):
protocol = SynapseKeyClientProtocol()
protocol.path = self.path
protocol.path = self.host
protocol.host = self.host
return protocol