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

This commit is contained in:
2026-04-04 18:53:05 +03:00
parent 6b72b9d479
commit 017809e5d3

View File

@@ -64,7 +64,7 @@ async def process_message(message: aio_pika.IncomingMessage):
if ai and isinstance(ai, dict) and 'wide_review' in ai:
vk_text += f"\n\n🤖 AI Резюме: {ai['wide_review']}"
vk_text += "\n\n🔗 fazziclay.com"
vk_text += "\n\nОтказ от ответственности: Предоставляется КАК-ЕСТЬ без каких-либо гарантий."
# 2. Попытка публикации (Логика сети)
success = await post_to_vk(vk_text)