This commit is contained in:
Yasir Aris M 2024-08-10 09:08:38 +07:00 committed by GitHub
parent 30df9a3448
commit bfeddafed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,7 +163,7 @@ async def get_one_note(_, message):
_note = await get_note(chat_id, name) _note = await get_note(chat_id, name)
if not _note: if not _note:
return return
type = _note("type") type = _note.get("type")
data = _note.get("data") data = _note.get("data")
file_id = _note.get("file_id") file_id = _note.get("file_id")
keyb = None keyb = None