Merge pull request #133 from JefferyHcool/feature/1.7.5

fix:修复bugs
This commit is contained in:
Jianwu Huang
2025-06-06 22:16:35 +08:00
committed by GitHub

View File

@@ -436,7 +436,7 @@ class NoteGenerator:
logger.info(f"转写并缓存成功 ({transcript_cache_file})")
return transcript
except Exception as exc:
logger.error(f"音频转写失败:{e}")
logger.error(f"音频转写失败:{exc}")
self._handle_exception(task_id, exc)
raise