aboutsummaryrefslogtreecommitdiff
path: root/input_msg.py
diff options
context:
space:
mode:
authorhuker667 <huker@tuta.io>2026-08-07 23:14:40 +0300
committerhuker667 <huker@tuta.io>2026-08-07 23:14:40 +0300
commita2c92651ceed2d637189d42ae5dd6a0b2c87e43c (patch)
tree055da54dc7e31ebff2f0d9d659be47e21bc4337e /input_msg.py
parent891131b88e2b1684a453a0b9ab9291b97331809e (diff)
downloaduzbekgpt-a2c92651ceed2d637189d42ae5dd6a0b2c87e43c.tar.gz
uzbekgpt-a2c92651ceed2d637189d42ae5dd6a0b2c87e43c.tar.bz2
uzbekgpt-a2c92651ceed2d637189d42ae5dd6a0b2c87e43c.zip
ебучие принты
Diffstat (limited to 'input_msg.py')
-rw-r--r--input_msg.py1
1 files changed, 0 insertions, 1 deletions
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":