From a329ac3ecbac6ae17f395d1f52135613602645c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D1=80=D0=B8=D0=B2?= =?UTF-8?q?=D0=BE=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Mon, 20 Jul 2026 16:59:07 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=BD=D0=B5=D0=B7=D0=B0=D0=BA=D1=80=D1=8B?= =?UTF-8?q?=D1=82=D1=8B=D0=B9=20=D1=82=D1=80=D0=B8=D0=BF=D0=BB=D0=B5=D1=82?= =?UTF-8?q?=20=D0=B2=20utils/texts.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/texts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/texts.py b/utils/texts.py index fafaca3..40ef392 100644 --- a/utils/texts.py +++ b/utils/texts.py @@ -39,6 +39,7 @@ def _footer(emojis: dict) -> str: def _footer_main_only(emojis: dict) -> str: """Футер только с кнопкой Меню""" return f"\n\n{emojis['0']} — В главное меню""" + """ # =========================================================