mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +00:00
Fix mediainfo
This commit is contained in:
parent
7325976f91
commit
b1dc80ad91
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ DETAILS
|
||||||
"""
|
"""
|
||||||
# link = await post_to_telegraph(False, title, body_text)
|
# link = await post_to_telegraph(False, title, body_text)
|
||||||
try:
|
try:
|
||||||
link = await mediainfo_paste(out, "MissKaty Mediainfo")
|
link = await mediainfo_paste(output, "MissKaty Mediainfo")
|
||||||
markup = InlineKeyboardMarkup(
|
markup = InlineKeyboardMarkup(
|
||||||
[[InlineKeyboardButton(text=strings("viweb"), url=link)]]
|
[[InlineKeyboardButton(text=strings("viweb"), url=link)]]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue