From 005a32f07fa39736f8f5a91bac8cc9057f1c3965 Mon Sep 17 00:00:00 2001 From: Subhadip Saha Date: Thu, 5 Jan 2023 18:30:03 +0530 Subject: [PATCH] Update jarvis.py --- jarvis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis.py b/jarvis.py index 2d0c601..a610328 100644 --- a/jarvis.py +++ b/jarvis.py @@ -43,7 +43,7 @@ def wishMe(): #wishes me if hour>=0 and hour<=4: pass else: - speak("I am Your Personal assistant, Jarvis! version 1.2!") + speak("I am Your Personal assistant, Jarvis! version 1.0!") def takeCommand(): #takes microphone inout and returns output r=sr.Recognizer()