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
|
# pydub's warning of ffmpeg or avconv missing
|
||||||
with catch_warnings(record=True) as w:
|
with catch_warnings(record=True) as w:
|
||||||
import pydub
|
import pydub
|
||||||
|
|
||||||
if w:
|
if w:
|
||||||
raise ModuleNotFoundError
|
raise ModuleNotFoundError
|
||||||
import speech_recognition as sr
|
import speech_recognition as sr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue