From 14b7a7f3982486cb4ec026f3d6c75d645e70be5a Mon Sep 17 00:00:00 2001 From: Antonio Ribeiro Date: Sat, 25 Oct 2025 23:10:42 +0100 Subject: [PATCH] Change reply_text to await for asynchronous call --- src/sabnzbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sabnzbd.py b/src/sabnzbd.py index 3280672..b5a1c81 100644 --- a/src/sabnzbd.py +++ b/src/sabnzbd.py @@ -58,7 +58,7 @@ async def sabnzbd(update, context): ), ]] markup = InlineKeyboardMarkup(keyboard) - update.message.reply_text( + await update.message.reply_text( i18n.t("addarr.Sabnzbd.Speed"), reply_markup=markup ) return SABNZBD_SPEED_LIMIT_100