diff --git a/buzz/transcriber/file_transcriber.py b/buzz/transcriber/file_transcriber.py index ebd25d0165..aef7ce4bc4 100644 --- a/buzz/transcriber/file_transcriber.py +++ b/buzz/transcriber/file_transcriber.py @@ -58,7 +58,7 @@ def run(self): try: segments = self.transcribe() except Exception as exc: - logging.error(exc) + logging.exception("") self.error.emit(str(exc)) return