mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 19:44:51 +00:00
typo
This commit is contained in:
parent
63efb0be6c
commit
b22bc1adc3
2 changed files with 5 additions and 3 deletions
|
|
@ -170,9 +170,9 @@ async def inline_menu(_, inline_query: InlineQuery):
|
||||||
msg += f"<b>🇮🇩 Language:</b> {diaa.language_code}"
|
msg += f"<b>🇮🇩 Language:</b> {diaa.language_code}"
|
||||||
results = [
|
results = [
|
||||||
InlineQueryResultArticle(
|
InlineQueryResultArticle(
|
||||||
title=f"Get information off {penerima.id}",
|
title=f"Get information off {diaa.id}",
|
||||||
input_message_content=InputTextMessageContent(msg),
|
input_message_content=InputTextMessageContent(msg),
|
||||||
description=f"Get information off {penerima.id}",
|
description=f"Get information off {diaa.id}",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
await inline_query.answer(results=results, cache_time=3)
|
await inline_query.answer(results=results, cache_time=3)
|
||||||
|
|
|
||||||
|
|
@ -157,7 +157,9 @@ async def stream_extract(bot, update):
|
||||||
)
|
)
|
||||||
start_time = perf_counter()
|
start_time = perf_counter()
|
||||||
namafile = get_subname(link, format)
|
namafile = get_subname(link, format)
|
||||||
LOGGER.info(namafile)
|
LOGGER.info(
|
||||||
|
f"ExtractSub: {namafile} by {query.from_user.first_name} [{query.from_user.id}]"
|
||||||
|
)
|
||||||
extract = (await shell_exec(f"mediaextract -i {link} -map 0:{map} {namafile}"))[
|
extract = (await shell_exec(f"mediaextract -i {link} -map 0:{map} {namafile}"))[
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue