From 97c232bd8d8b6f8a71e79bf265c5142aefd07fc6 Mon Sep 17 00:00:00 2001 From: yasirarism Date: Tue, 26 Sep 2023 22:43:41 +0700 Subject: [PATCH] lupa astaga --- misskaty/helper/kuso_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/helper/kuso_utils.py b/misskaty/helper/kuso_utils.py index 6763020a..01a0649b 100644 --- a/misskaty/helper/kuso_utils.py +++ b/misskaty/helper/kuso_utils.py @@ -134,7 +134,7 @@ async def byPassPh(url: str, name: str) -> Optional[str]: {{/data}} """.strip() plink = await post_to_telegraph( - False, f"{kusonime.get('title')} By {escape(name)}", render(template, kusonime) + False, f"{kusonime.get('title')} By {escape(name)}", chevron.render(template, kusonime) ) return "https://telegra.ph/{}".format(plink)