This commit is contained in:
yasir 2023-03-03 14:45:13 +07:00
parent 64beac3339
commit 53b6fae2d6

View file

@ -44,7 +44,7 @@ async def imdb_search_id(client, message):
BTN.append( BTN.append(
InlineButton( InlineButton(
text=num, text=num,
callback_data=f"subscene#{message.from_user.id}#{title}", callback_data=f"subscene#{message.from_user.id}#hehehe",
) )
) )
BTN.extend( BTN.extend(