From 31725531718ae617387c13cedf3ae6f3558f0078 Mon Sep 17 00:00:00 2001 From: yasirarism Date: Tue, 26 Sep 2023 22:37:34 +0700 Subject: [PATCH] kurung --- 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 9aa23caf..92c0faa2 100644 --- a/misskaty/helper/kuso_utils.py +++ b/misskaty/helper/kuso_utils.py @@ -135,7 +135,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)}", render(template, kusonime) ) return "https://telegra.ph/{}".format(plink)