From eb70e38a02e3cb7046c6e187f4bdfad976df97e5 Mon Sep 17 00:00:00 2001 From: Capybara-z Date: Fri, 4 Apr 2025 23:38:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Убрал лишнию проверку. --- handlers/profile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/profile.py b/handlers/profile.py index 37014528..9b5222bd 100644 --- a/handlers/profile.py +++ b/handlers/profile.py @@ -112,7 +112,6 @@ async def process_callback_view_profile( profile_message += f"\n
{NEWS_MESSAGE}
" builder = InlineKeyboardBuilder() - if trial_status == 0 or key_count == 0: if key_count > 0: builder.row(InlineKeyboardButton(text=MY_SUBS, callback_data="view_keys")) elif trial_status == 0: