mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 20:04:51 +00:00
Typo
This commit is contained in:
parent
d3e82d0748
commit
700b1c9235
1 changed files with 1 additions and 2 deletions
|
|
@ -94,8 +94,7 @@ async def lk21page_callback(client, callback_query):
|
||||||
message_id = callback_query.message.id
|
message_id = callback_query.message.id
|
||||||
chat_id = callback_query.message.chat.id
|
chat_id = callback_query.message.chat.id
|
||||||
CurrentPage = int(callback_query.data.split('#')[1])
|
CurrentPage = int(callback_query.data.split('#')[1])
|
||||||
LOGGER.info(LK_DICT)
|
kueri = LK_DICT[int(message_id)][1]
|
||||||
kueri = LK_DICT[message_id][1]
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
lkres, PageLen = await getDatalk21(chat_id, message_id, kueri, CurrentPage)
|
lkres, PageLen = await getDatalk21(chat_id, message_id, kueri, CurrentPage)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue