Skip to content

Commit

Permalink
Update jarvis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
subh05sus authored Jan 5, 2023
1 parent 98d53f6 commit 005a32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 005a32f

Please sign in to comment.