mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Forget
This commit is contained in:
parent
30df9a3448
commit
bfeddafed5
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ async def get_one_note(_, message):
|
|||
_note = await get_note(chat_id, name)
|
||||
if not _note:
|
||||
return
|
||||
type = _note("type")
|
||||
type = _note.get("type")
|
||||
data = _note.get("data")
|
||||
file_id = _note.get("file_id")
|
||||
keyb = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue