pull/710/head
meng_xi_pan 2025-04-09 18:30:54 +08:00
commit 45763cf070
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class BaseWillingManager(ABC):
module = importlib.import_module(".mode_classical", __package__)
manager_class = module.ClassicalWillingManager
logger.info(f"载入当前意愿模式{manager_type}失败,使用经典配方~~~~")
logger.debug(f"加载willing模式{manager_type}失败,原因: {str(e)}")
return manager_class()
def __init__(self):