This commit is contained in:
yasir 2023-01-11 11:11:31 +07:00
parent 467b567536
commit d3e82d0748

View file

@ -94,7 +94,7 @@ async def lk21page_callback(client, callback_query):
message_id = callback_query.message.id
chat_id = callback_query.message.chat.id
CurrentPage = int(callback_query.data.split('#')[1])
LOGGER.info(LK_DICT[message_id])
LOGGER.info(LK_DICT)
kueri = LK_DICT[message_id][1]
try: