Forgot about meta

pull/25/head
Guillermo Rodriguez 2023-01-16 00:38:06 -03:00
parent 85dc96e13c
commit 493656dae1
1 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ async def run_skynet_telegram(
await bot.send_photo(
message.chat.id,
caption=prepare_metainfo_caption(meta),
caption=prepare_metainfo_caption(result['meta']['meta']),
photo=img,
reply_to_message_id=message.id
)
@ -163,7 +163,7 @@ async def run_skynet_telegram(
await bot.send_photo(
message.chat.id,
caption=prepare_metainfo_caption(meta),
caption=prepare_metainfo_caption(result['meta']['meta']),
photo=img,
reply_to_message_id=message.id
)
@ -192,7 +192,7 @@ async def run_skynet_telegram(
await bot.send_photo(
message.chat.id,
caption=prepare_metainfo_caption(meta),
caption=prepare_metainfo_caption(result['meta']['meta']),
photo=img,
reply_to_message_id=message.id
)