fix notice
All checks were successful
Build and Run VSTU TG Poster / build_and_run (push) Successful in 16s

This commit is contained in:
2026-04-04 19:17:47 +03:00
parent 734fb132b2
commit a696a76f24

View File

@@ -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🤖 <b>AI Резюме:</b>\n<i>{ai['wide_review']}</i>"
tg_text += "\n\n🔗 <a href='https://fazziclay.com'>fazziclay.com</a>"
tg_text += "\n\nОтказ от ответственности: Предоставляется КАК-ЕСТЬ без каких-либо гарантий."
# Пытаемся отправить
success = await send_to_tg(tg_text)