This commit is contained in:
HuangHai
2026-01-16 20:26:03 +08:00
parent a6522bf09c
commit 565489eadd

View File

@@ -13,7 +13,7 @@ logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)
logger = logging.getLogger("OpenYiLaiTe")
logger = logging.getLogger("OpenYeLiTe")
BASE_DIR = os.path.dirname(os.path.abspath(__file__))