Merge branch 'main' into feat/outlook-msg-converter

This commit is contained in:
afourney 2025-01-03 13:31:02 -08:00 committed by GitHub
commit 39e862e3ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,7 @@ from bs4 import BeautifulSoup
from charset_normalizer import from_path
# Optional Transcription support
IS_AUDIO_TRANSCRIPTION_CAPABLE = False
try:
# Using warnings' catch_warnings to catch
# pydub's warning of ffmpeg or avconv missing