Set host not path
This commit is contained in:
parent
081e5d55e6
commit
cf94a78872
|
@ -135,5 +135,5 @@ class SynapseKeyClientFactory(Factory):
|
||||||
def protocol(self):
|
def protocol(self):
|
||||||
protocol = SynapseKeyClientProtocol()
|
protocol = SynapseKeyClientProtocol()
|
||||||
protocol.path = self.path
|
protocol.path = self.path
|
||||||
protocol.path = self.host
|
protocol.host = self.host
|
||||||
return protocol
|
return protocol
|
||||||
|
|
Loading…
Reference in New Issue