улучшенния в коде и исправление ошибок

This commit is contained in:
2026-02-17 12:29:27 +07:00
parent 9cc1da14ff
commit 59a3a7b46a
2 changed files with 8 additions and 8 deletions

View File

@@ -452,7 +452,7 @@ async def stats_top_words_callback(callback: CallbackQuery) -> None:
# Кнопка назад
keyboard = InlineKeyboardMarkup(inline_keyboard=[
[InlineKeyboardButton(text="◀️ Назад", callback_data="show_stats")]
[InlineKeyboardButton(text="◀️ Назад", callback_data="stats:refresh")]
])
try: