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)