From dc661dabcc59872ca66cb4a2d5bbdf7a8a25f1d7 Mon Sep 17 00:00:00 2001 From: Vladless Date: Wed, 9 Oct 2024 02:13:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B8=D0=BA=D0=B0,=20=D0=BE?= =?UTF-8?q?=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=83=D0=B2=D0=B5?= =?UTF-8?q?=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=B2=D1=81?= =?UTF-8?q?=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handlers/key_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/key_management.py b/handlers/key_management.py index 33c36904..808b2f78 100644 --- a/handlers/key_management.py +++ b/handlers/key_management.py @@ -166,7 +166,7 @@ async def process_message_to_all(message: types.Message, state: FSMContext): await state.clear() # Очистка состояния после отправки сообщения -@router.message() +@router.message() async def handle_text(message: types.Message, state: FSMContext): current_state = await state.get_state()