fix notice
All checks were successful
Build and Run VSTU Vk Poster / build_and_run (push) Successful in 16s
All checks were successful
Build and Run VSTU Vk Poster / build_and_run (push) Successful in 16s
This commit is contained in:
2
main.py
2
main.py
@@ -64,7 +64,7 @@ async def process_message(message: aio_pika.IncomingMessage):
|
|||||||
if ai and isinstance(ai, dict) and 'wide_review' in ai:
|
if ai and isinstance(ai, dict) and 'wide_review' in ai:
|
||||||
vk_text += f"\n\n🤖 AI Резюме: {ai['wide_review']}"
|
vk_text += f"\n\n🤖 AI Резюме: {ai['wide_review']}"
|
||||||
|
|
||||||
vk_text += "\n\n🔗 fazziclay.com"
|
vk_text += "\n\nОтказ от ответственности: Предоставляется КАК-ЕСТЬ без каких-либо гарантий."
|
||||||
|
|
||||||
# 2. Попытка публикации (Логика сети)
|
# 2. Попытка публикации (Логика сети)
|
||||||
success = await post_to_vk(vk_text)
|
success = await post_to_vk(vk_text)
|
||||||
|
|||||||
Reference in New Issue
Block a user