pull/710/head
梦溪畔 2025-04-09 18:10:30 +08:00 committed by GitHub
parent a6f6aed6ce
commit 2272ce16c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ class BaseWillingManager(ABC):
except (ImportError, AttributeError, TypeError) as e:
module = importlib.import_module(".mode_classical", __package__)
manager_class = module.ClassicalWillingManager
logger.debug(f"加载willing模式{manager_type}失败,原因: {str(e)}")
logger.info("未找到当前意愿模式对应文件,使用经典配方~")
return manager_class()