mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Fix kuso
This commit is contained in:
parent
2ae5f445f3
commit
9a4a83c02d
2 changed files with 4 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ basicConfig(
|
|||
)
|
||||
getLogger("pyrogram").setLevel(ERROR)
|
||||
getLogger("openai").setLevel(ERROR)
|
||||
getLogger("httpx").setLevel(logging.ERROR)
|
||||
|
||||
MOD_LOAD = []
|
||||
MOD_NOLOAD = ["subscene_dl"]
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
import re
|
||||
|
||||
import traceback
|
||||
import chevron
|
||||
from telegraph.aio import Telegraph
|
||||
import logging
|
||||
from telegraph.aio import Telegraph
|
||||
from misskaty.helper.http import http
|
||||
from misskaty import BOT_USERNAME
|
||||
from bs4 import BeautifulSoup as bs4
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
@ -92,7 +92,6 @@ async def byPassPh(url: str, name: str):
|
|||
<br>
|
||||
{{/data}}
|
||||
""".strip()
|
||||
LOGGER.info(kusonime)
|
||||
if not kusonime["error"]:
|
||||
html = render(template, kusonime)
|
||||
telegraph = Telegraph()
|
||||
|
|
|
|||
Loading…
Reference in a new issue