refactor: 重构漏掉的模块对于logger的初始化方式(可能不全)

This commit is contained in:
AL76
2025-03-15 15:20:42 +08:00
parent ea88420ae2
commit 924e9994ed
8 changed files with 18 additions and 8 deletions

View File

@@ -13,8 +13,9 @@ from pathlib import Path
import jieba
from pypinyin import Style, pinyin
from loguru import logger
from src.common.logger import get_module_logger
logger = get_module_logger("typo_gen")
class ChineseTypoGenerator:
def __init__(self,