typo
This commit is contained in:
@@ -244,7 +244,7 @@ async def message_file(room: MatrixRoom, event: RoomMessageFile):
|
|||||||
md5 = hashlib.md5(resp.body).hexdigest()
|
md5 = hashlib.md5(resp.body).hexdigest()
|
||||||
|
|
||||||
document_fetch_result = await client.db.fetch_one(
|
document_fetch_result = await client.db.fetch_one(
|
||||||
query="select content from documents where md5 = :md5 lilmit 1;",
|
query="select content from documents where md5 = :md5 limit 1;",
|
||||||
values={"md5": md5},
|
values={"md5": md5},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user