change import package

This commit is contained in:
misyaguziya
2023-07-01 17:03:28 +09:00
parent f322849c12
commit b4c8d79734
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import custom_speech_recognition as sr
import speech_recognition as sr
import pyaudiowpatch as pyaudio
from datetime import datetime

View File

@@ -1,7 +1,7 @@
import io
import threading
import wave
import custom_speech_recognition as sr
import speech_recognition as sr
from datetime import timedelta
import pyaudiowpatch as pyaudio