From e3a9a25f6b856454a03832663dcc0491e557a1eb Mon Sep 17 00:00:00 2001 From: Verum Date: Sun, 16 Mar 2025 02:12:04 +0700 Subject: [PATCH] =?UTF-8?q?2.1=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotLibrary/analytics/type_msg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BotLibrary/analytics/type_msg.py b/BotLibrary/analytics/type_msg.py index a21dcf4..4a28287 100644 --- a/BotLibrary/analytics/type_msg.py +++ b/BotLibrary/analytics/type_msg.py @@ -75,7 +75,7 @@ def type_msg(message: Message) -> str: } # Получение типа сообщения - message_type = message.content_type + message_type: str = message.content_type # Если это контакт, добавляем номер телефона if message_type == ContentType.CONTACT and message.contact: