dobel hehehe

This commit is contained in:
yasirarism 2023-09-26 22:51:55 +07:00 committed by GitHub
parent 1add9c1c81
commit 0905e04949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ async def byPassPh(url: str, name: str) -> Optional[str]:
plink = await post_to_telegraph(
False, f"{kusonime.get('title')} By {escape(name)}", chevron.render(template, kusonime)
)
return "https://telegra.ph/{}".format(plink)
return plink
class Kusonime: