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)