Rename handlers functions with actual names + delete parse_mode

This commit is contained in:
hteppl
2025-01-16 09:20:33 +03:00
parent 1abb114b6e
commit 0ca55040bd
7 changed files with 33 additions and 44 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ router = Router()
AdminPanelCallback.filter(F.action == "backups"),
IsAdminFilter(),
)
async def handle_backup(
async def handle_backups(
callback_query: CallbackQuery
):
kb = build_admin_back_kb("management")