fix rename_method env transfer

sample raw parser func
This commit is contained in:
EstrellaXD
2023-04-27 16:17:47 +08:00
parent e2fa43bae2
commit cca5745a73
9 changed files with 144 additions and 158 deletions

View File

@@ -1,2 +1,2 @@
from .eps_complete import FullSeasonGet
from .renamer import Renamer
from .renamer import Renamer

View File

@@ -5,7 +5,7 @@ import logging
from module.conf import settings
from module.network import RequestContent
from module.core.download_client import DownloadClient
from module.core import DownloadClient
from module.models import BangumiData
logger = logging.getLogger(__name__)