Fix typo
All checks were successful
Build and Deploy / build (push) Successful in 2m17s

This commit is contained in:
2025-04-10 08:30:39 +02:00
parent e7c8791f43
commit 3ba2ddfbd6

View File

@@ -82,7 +82,7 @@ async def handle_menu(update: Update, context: ContextTypes.DEFAULT_TYPE) -> Non
case 'status_all':
t_api = context.bot_data.get("torrent_api", {})
torrents = t__api.get_filtered_torrents("all")
torrents = t_api.get_filtered_torrents("all")
text = format_torrents(torrents)