From 3ba2ddfbd604b996eac10e32dc53f5510110b2f2 Mon Sep 17 00:00:00 2001 From: MrZaiko Date: Thu, 10 Apr 2025 08:30:39 +0200 Subject: [PATCH] Fix typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index df9c772..8bbb858 100644 --- a/main.py +++ b/main.py @@ -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)