lupa astaga

This commit is contained in:
yasirarism 2023-09-26 22:43:41 +07:00 committed by GitHub
parent d8e08c8ff0
commit 97c232bd8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)