mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 13:04:51 +00:00
Typo
This commit is contained in:
parent
0769628b63
commit
467b567536
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import asyncio
|
import asyncio
|
||||||
|
import logging
|
||||||
from pykeyboard import InlineKeyboard
|
from pykeyboard import InlineKeyboard
|
||||||
from pyrogram import filters
|
from pyrogram import filters
|
||||||
from misskaty.helper.http import http
|
from misskaty.helper.http import http
|
||||||
|
|
@ -7,6 +7,7 @@ from misskaty.helper.tools import get_random_string
|
||||||
from misskaty import app
|
from misskaty import app
|
||||||
from misskaty.vars import COMMAND_HANDLER
|
from misskaty.vars import COMMAND_HANDLER
|
||||||
|
|
||||||
|
LOGGER = logging.getLogger(__name__)
|
||||||
LK_DICT = {}
|
LK_DICT = {}
|
||||||
|
|
||||||
def split_arr(arr, size):
|
def split_arr(arr, size):
|
||||||
|
|
@ -93,6 +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[message_id])
|
||||||
kueri = LK_DICT[message_id][1]
|
kueri = LK_DICT[message_id][1]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue