Update mediainfo.py

This commit is contained in:
yasirarism 2023-01-28 20:46:33 +07:00 committed by GitHub
parent 724f1b79c6
commit 4bd75b239a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ async def mediainfo(client, message):
title = "MissKaty Bot Mediainfo"
if CUSTOM_VIEW and GH_TOKEN is not None:
body_text = f"""
{output}
<pre>{output}</pre>
"""
link = await getMediaWeb(title, body_text)
if not link: