Set host not path

pull/941/head
Erik Johnston 2016-07-21 11:45:53 +01:00
parent 081e5d55e6
commit cf94a78872
1 changed files with 1 additions and 1 deletions

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