From 7aff86cb1c8e7ac787b5689ece5a8a0c6686cbdc Mon Sep 17 00:00:00 2001 From: Aman-Choudhary9 Date: Wed, 4 Jun 2025 22:57:06 +0530 Subject: [PATCH] Update main.py --- Mega Project 1 - Jarvis/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mega Project 1 - Jarvis/main.py b/Mega Project 1 - Jarvis/main.py index d725a85..ba6ed2b 100644 --- a/Mega Project 1 - Jarvis/main.py +++ b/Mega Project 1 - Jarvis/main.py @@ -102,7 +102,7 @@ def processCommand(c): audio = r.listen(source, timeout=2, phrase_time_limit=1) word = r.recognize_google(audio) if(word.lower() == "jarvis"): - speak("Ya") + speak("Ji Maalik") # Listen for command with sr.Microphone() as source: print("Jarvis Active...")