Skip to content

Commit 005a32f

Browse files
authored
Update jarvis.py
1 parent 98d53f6 commit 005a32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jarvis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def wishMe(): #wishes me
4343
if hour>=0 and hour<=4:
4444
pass
4545
else:
46-
speak("I am Your Personal assistant, Jarvis! version 1.2!")
46+
speak("I am Your Personal assistant, Jarvis! version 1.0!")
4747

4848
def takeCommand(): #takes microphone inout and returns output
4949
r=sr.Recognizer()

0 commit comments

Comments
 (0)