This commit is contained in:
git-bruh 2021-01-11 12:06:19 +05:30
parent d1a280bab8
commit fdbed6ec12
No known key found for this signature in database
GPG key ID: E1475C50075ADCE6

View file

@ -96,7 +96,7 @@ class MatrixClient(nio.AsyncClient):
content_type = resp.content_type
except Exception as e:
self.logger.warning(
f"Failed to download emote {emote}: {e}"
f"Failed to download emote {emote_id}: {e}"
)
return
@ -110,7 +110,7 @@ class MatrixClient(nio.AsyncClient):
)
except Exception as e:
self.logger.warning(
f"Failed to upload emote {emote}: {e}"
f"Failed to upload emote {emote_id}: {e}"
)
return