From 2f4582cab5e54a2b241a602ec5ff1d60a320fbc7 Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Wed, 22 Nov 2023 13:52:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=20=D1=81=D0=B0=D0=BC=D0=BE?= =?UTF-8?q?=D0=BC=20=D0=BF=D0=B5=D1=80=D0=B2=D0=BE=D0=BC=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BF=D1=83=D1=81=D0=BA=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B6=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=D0=BF=D0=BA=D0=B8=20#17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/simple_message.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/simple_message.py b/template/simple_message.py index 0b2f013..3332e15 100644 --- a/template/simple_message.py +++ b/template/simple_message.py @@ -53,6 +53,8 @@ def SimpleMessageTemplate(a_Bot, a_WorkFunc, a_GetButtonsFunc, a_GetInlineButton if res is None: return + user_groups = groups_utils.GetUserGroupData(a_Bot, user_id) # При самом первом запуске a_WorkFunc добавляет пользователя + Inline_keyboard_func = a_GetInlineButtonsFunc if res.Inline_keyboard_func: Inline_keyboard_func = res.Inline_keyboard_func