This commit is contained in:
yasirarism 2023-05-22 15:08:21 +00:00 committed by GitHub
parent 3e2a657ec7
commit 3a8e70af44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@ async def byPassPh(url: str, name: str):
<br> <br>
{{/data}} {{/data}}
""".strip() """.strip()
LOGGER.info(kusonime)
if not kusonime["error"]: if not kusonime["error"]:
html = render(template, kusonime) html = render(template, kusonime)
telegraph = Telegraph() telegraph = Telegraph()