This commit is contained in:
2
main.py
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user