From c7e24cf9d46fd55ae35f9f9264ece0d3119a169e Mon Sep 17 00:00:00 2001 From: TallGorilla <24dasemu@gmail.com> Date: Sat, 9 Oct 2021 12:47:49 +0200 Subject: [PATCH] fixed imports --- Jarvis2_4windows.py | 2 +- actions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):