fix notice
All checks were successful
Build and Run VSTU TG Poster / build_and_run (push) Successful in 16s
All checks were successful
Build and Run VSTU TG Poster / build_and_run (push) Successful in 16s
This commit is contained in:
2
main.py
2
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:
|
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 += 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)
|
success = await send_to_tg(tg_text)
|
||||||
|
|||||||
Reference in New Issue
Block a user