mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-06 20:42:52 +08:00
fix:修复bugs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user