fix: logger中vad和asr动态变化

This commit is contained in:
Sakura-RanChen
2025-06-12 09:54:07 +08:00
parent 4b0902017b
commit 6139c51b60
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@ def update_module_string(selected_module_str):
current_module = logger._core.extra["selected_module"]
if current_module == selected_module_str:
logger.debug(f"组件未更改无需更新")
return
try: