fix naming

This commit is contained in:
jxxghp 2024-04-23 11:22:43 +08:00
parent b753e50580
commit b0f7a11328
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from app.db.models.site import Site
from app.db.site_oper import SiteOper from app.db.site_oper import SiteOper
from app.db.siteicon_oper import SiteIconOper from app.db.siteicon_oper import SiteIconOper
from app.db.systemconfig_oper import SystemConfigOper from app.db.systemconfig_oper import SystemConfigOper
from app.db.sytestatistic_oper import SiteStatisticOper from app.db.sitestatistic_oper import SiteStatisticOper
from app.helper.browser import PlaywrightHelper from app.helper.browser import PlaywrightHelper
from app.helper.cloudflare import under_challenge from app.helper.cloudflare import under_challenge
from app.helper.cookie import CookieHelper from app.helper.cookie import CookieHelper

View File

@ -5,7 +5,7 @@ from ruamel.yaml import CommentedMap
from app.core.config import settings from app.core.config import settings
from app.core.context import TorrentInfo from app.core.context import TorrentInfo
from app.db.sytestatistic_oper import SiteStatisticOper from app.db.sitestatistic_oper import SiteStatisticOper
from app.helper.sites import SitesHelper from app.helper.sites import SitesHelper
from app.log import logger from app.log import logger
from app.modules import _ModuleBase from app.modules import _ModuleBase