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

@ -5,7 +5,7 @@ from ruamel.yaml import CommentedMap
from app.core.config import settings
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.log import logger
from app.modules import _ModuleBase