pre-commit ran

This commit is contained in:
SH4DOW4RE
2024-12-15 22:15:20 +01:00
parent b7f5662ffd
commit 1559d9d163

View File

@@ -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