mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
kurung
This commit is contained in:
parent
4dddaea6e6
commit
3172553171
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue