mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Tes
This commit is contained in:
parent
7b11a38afb
commit
7b6d035d05
1 changed files with 1 additions and 1 deletions
|
|
@ -862,7 +862,7 @@ async def savefilm21_scrap(_, callback_query):
|
|||
message_id = int(callback_query.data.split('#')[4])
|
||||
CurrentPage = int(callback_query.data.split('#')[1])
|
||||
try:
|
||||
link = SCRAP_DICT[message_id][0][CurrentPage-1][idlink-2].get("link")
|
||||
link = SCRAP_DICT[message_id][0][CurrentPage-1][idlink-1].get("link")
|
||||
except KeyError:
|
||||
return await callback_query.answer("Invalid callback data, please send CMD again..")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue