From a696a76f244bcb37b87cf5e7cef095e55467e9dd Mon Sep 17 00:00:00 2001 From: FazziCLAY Date: Sat, 4 Apr 2026 19:17:47 +0300 Subject: [PATCH] fix notice --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4b34c6e..a8bce6a 100644 --- a/main.py +++ b/main.py @@ -86,7 +86,7 @@ async def process_message(message: aio_pika.IncomingMessage): if ai and isinstance(ai, dict) and 'wide_review' in ai: tg_text += f"\n\n🤖 AI Резюме:\n{ai['wide_review']}" - tg_text += "\n\n🔗 fazziclay.com" + tg_text += "\n\nОтказ от ответственности: Предоставляется КАК-ЕСТЬ без каких-либо гарантий." # Пытаемся отправить success = await send_to_tg(tg_text)