Update Jarvis2_4windows.py
This commit is contained in:
parent
44a2ddf936
commit
f7542a5ae6
@ -2,7 +2,6 @@ import configparser
|
||||
import os
|
||||
|
||||
import speech_recognition as sr
|
||||
from pygame import mixer
|
||||
|
||||
from actions import search_engine_selector, speak, wishMe
|
||||
from commands import (command_bye, command_hello, command_mail,
|
||||
@ -10,8 +9,6 @@ from commands import (command_bye, command_hello, command_mail,
|
||||
command_playMusic, command_search, command_stopMusic,
|
||||
command_unpauseMusic, command_whatsup, command_wikipedia)
|
||||
|
||||
mixer.init()
|
||||
|
||||
popular_websites = {
|
||||
"google": "https://www.google.com",
|
||||
"youtube": "https://www.youtube.com",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user