mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Set host not path
This commit is contained in:
parent
081e5d55e6
commit
cf94a78872
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user