update:优化唤醒词响应时间,修复初始化函数异步bug (#482)

This commit is contained in:
Huang
2025-03-23 16:20:20 +08:00
committed by GitHub
parent e0f777b9b4
commit 49fefb41a6
2 changed files with 27 additions and 22 deletions
@@ -22,6 +22,4 @@ def auto_import_modules(package_name):
# 导入模块
full_module_name = f"{package_name}.{module_name}"
importlib.import_module(full_module_name)
#logger.bind(tag=TAG).info(f"模块 '{full_module_name}' 已加载")
auto_import_modules('plugins_func.functions')
#logger.bind(tag=TAG).info(f"模块 '{full_module_name}' 已加载")