mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-07-12 16:11:34 +08:00
fix:修复bugs
This commit is contained in:
@@ -436,7 +436,7 @@ class NoteGenerator:
|
|||||||
logger.info(f"转写并缓存成功 ({transcript_cache_file})")
|
logger.info(f"转写并缓存成功 ({transcript_cache_file})")
|
||||||
return transcript
|
return transcript
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
logger.error(f"音频转写失败:{e}")
|
logger.error(f"音频转写失败:{exc}")
|
||||||
self._handle_exception(task_id, exc)
|
self._handle_exception(task_id, exc)
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user