We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02e2e5 commit b56c7baCopy full SHA for b56c7ba
jarviscli/plugins/voice_control.py
@@ -5,7 +5,7 @@
5
try:
6
import speech_recognition as sr
7
import pyaudio
8
-except ModuleNotFoundError:
+except ImportError:
9
voice_control_installed = False
10
11
if voice_control_installed:
0 commit comments