From a2c92651ceed2d637189d42ae5dd6a0b2c87e43c Mon Sep 17 00:00:00 2001 From: huker667 Date: Fri, 7 Aug 2026 23:14:40 +0300 Subject: ебучие принты MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input_msg.py | 1 - 1 file changed, 1 deletion(-) (limited to 'input_msg.py') diff --git a/input_msg.py b/input_msg.py index 9bae20d..d034f5f 100644 --- a/input_msg.py +++ b/input_msg.py @@ -16,7 +16,6 @@ from aiogram.types import ( async def da(bot, message, user_id): config = get_user_config(user_id) - print(config) if user_id in alo_command: if message.chat.id == alo_command[user_id]["chat_id"]: if alo_command[user_id]["action"] == "p_name": -- cgit v1.3.1