mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-06 14:48:56 +01:00
Set host not path
This commit is contained in:
parent
081e5d55e6
commit
cf94a78872
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue