fixed imports
This commit is contained in:
parent
a4bed18e5b
commit
c7e24cf9d4
@ -4,9 +4,9 @@ import os
|
||||
import speech_recognition as sr
|
||||
|
||||
from actions import (
|
||||
change_volume,
|
||||
change_rate,
|
||||
change_voice,
|
||||
change_volume,
|
||||
search_engine_selector,
|
||||
speak,
|
||||
wish_me,
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
import configparser
|
||||
import datetime
|
||||
import webbrowser
|
||||
|
||||
import pyttsx3
|
||||
import requests
|
||||
import configparser
|
||||
|
||||
|
||||
def search_engine_selector(config):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user