mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-08 14:18:08 -05:00
fix media
This commit is contained in:
parent
127373fdcc
commit
807deb94ee
@ -1273,7 +1273,7 @@ class ProxyDaemon:
|
||||
client = next(iter(self.pan_clients.values()))
|
||||
|
||||
try:
|
||||
response = await client.download(server_name, media_id, file_name)
|
||||
response = await client.download(server_name=server_name, media_id=media_id, filename=file_name)
|
||||
except ClientConnectionError as e:
|
||||
raise e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user