Skip to content

Commit

Permalink
fix: include ffprobe in build
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 10, 2024
1 parent 903edc0 commit ad784c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buzz/transcriber/file_transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad784c1

Please sign in to comment.