diff --git a/Jarvis2_4windows.py b/Jarvis2_4windows.py index b973dc9..5dfef30 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -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, diff --git a/actions.py b/actions.py index f33d84a..4dea1e3 100644 --- a/actions.py +++ b/actions.py @@ -1,9 +1,9 @@ +import configparser import datetime import webbrowser import pyttsx3 import requests -import configparser def search_engine_selector(config):