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)