From 30ab219fe5e03f247c5321e2915538d0f2d7c593 Mon Sep 17 00:00:00 2001 From: yasir Date: Sat, 28 Jan 2023 13:27:21 +0700 Subject: [PATCH] Typo --- misskaty/helper/html_view.py | 2 +- misskaty/plugins/mediainfo.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/misskaty/helper/html_view.py b/misskaty/helper/html_view.py index 88693f61..d9138096 100644 --- a/misskaty/helper/html_view.py +++ b/misskaty/helper/html_view.py @@ -9,7 +9,7 @@ hmtl_content = """ - {fileName} + MediaInfo by MissKatyRoBot -
{output}
+ {output} """ if CUSTOM_VIEW and GH_TOKEN is not None: link = await getMediaWeb(title, body_text)