修复了未引用logger的bug

pull/256/head
Pliosauroidea 2025-03-12 13:12:13 +08:00
parent 2ae8ba56c4
commit eccc47280c
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ from typing import Dict
from .config import global_config from .config import global_config
from .chat_stream import ChatStream from .chat_stream import ChatStream
from loguru import logger
class WillingManager: class WillingManager:
def __init__(self): def __init__(self):