From 158a14c3f7fbcf3b660b7c41374836870de7d651 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 11 Feb 2022 09:00:30 +0700 Subject: [PATCH] fixes --- program/admins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/admins.py b/program/admins.py index e0b76f7..fc012d3 100644 --- a/program/admins.py +++ b/program/admins.py @@ -319,7 +319,7 @@ async def data_stream_markup(_, query: CallbackQuery): await query.edit_message_text(f"🚫 **error:**\n\n`{e}`", reply_markup=close_mark) else: await query.answer("❌ nothing is currently streaming", show_alert=True) - if data = "set_unmute": + if data == "set_unmute": if await is_gbanned_user(user_id): await query.answer("❗️ You've blocked from using this bot!", show_alert=True) return