From 3e6b137bf360c5d8856de656d26f1f26d0c78190 Mon Sep 17 00:00:00 2001 From: huker667 Date: Tue, 4 Aug 2026 22:11:09 +0300 Subject: фикс прошлого коммита я даун MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.py') diff --git a/commands.py b/commands.py index d50f605..c41bb45 100644 --- a/commands.py +++ b/commands.py @@ -331,7 +331,7 @@ async def start_handler(message: Message, command: CommandObject): ) ) elif prompt_pub: - if len(config["prompts"]) => MAX_PROMPTS: + if len(config["prompts"]) >= MAX_PROMPTS: keyboard = InlineKeyboardMarkup( inline_keyboard=[ [InlineKeyboardButton(text="достигнут лимит промптов", callback_data=f"hamza")], -- cgit v1.3.1