This commit is contained in:
yasirarism 2023-06-27 02:54:44 +00:00 committed by GitHub
parent 7a3832f535
commit 09ebff7289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ from pyrogram.types import (
from misskaty import BOT_USERNAME, app, user
from misskaty.plugins.dev import shell_exec
from misskaty.vars import USER_SESSION
from misskaty.core.decorator.ratelimiter import ratelimiter
from misskaty.helper import GENRES_EMOJI, http, post_to_telegraph, search_jw
from misskaty.plugins.misc_tools import get_content

View file

@ -44,7 +44,7 @@ headers = {
LOGGER = logging.getLogger(__name__)
SCRAP_DICT = TTLCache(maxsize=1000, ttl=1800)
data_kuso = TTLCache(maxsize=1000, ttl=1800)
webdb = dbname.web
webdb = dbname["web"]
web = {
"yasirapi": "https://yasirapi.eu.org",