Skip to content

Commit b391729

Browse files
authored
Merge pull request #6 from subhadip-saha-05/subhadip-saha-05-patch-1
Update jarvis.py
2 parents 034b8a3 + 005a32f commit b391729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jarvis.py

+1-1
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)