pre-commit ran
This commit is contained in:
parent
b7f5662ffd
commit
1559d9d163
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ try:
|
|||
# pydub's warning of ffmpeg or avconv missing
|
||||
with catch_warnings(record=True) as w:
|
||||
import pydub
|
||||
|
||||
if w:
|
||||
raise ModuleNotFoundError
|
||||
import speech_recognition as sr
|
||||
|
|
|
|||
Loading…
Reference in a new issue