Skip to content

Commit

Permalink
Merge pull request #6 from subhadip-saha-05/subhadip-saha-05-patch-1
Browse files Browse the repository at this point in the history
Update jarvis.py
  • Loading branch information
subh05sus authored Jan 5, 2023
2 parents 034b8a3 + 005a32f commit b391729
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 b391729

Please sign in to comment.