mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 11:34:20 -05:00
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
Block a user