From 9101a816402c087818a2be2f0f1470c949bca3af Mon Sep 17 00:00:00 2001 From: mihalin Date: Thu, 17 Mar 2022 10:22:07 +0300 Subject: [PATCH] fix for prev --- server/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/custom.py b/server/custom.py index 51c1315..6e2e7a0 100644 --- a/server/custom.py +++ b/server/custom.py @@ -35,7 +35,7 @@ def _thread_uniqie_id(bot_id: int, chat_id: int) -> str: return f"thread_{bot_id}_{chat_id}" -async def _on_security_policy(message: types.Message, bot): +def _on_security_policy(message: types.Message, bot): text = "Политика конфиденциальности\n\n" \ "Этот бот не хранит ваши сообщения, имя пользователя и @username. При отправке сообщения (кроме команд " \ "/start и /security_policy) ваш идентификатор пользователя записывается в кеш на некоторое время и потом " \