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 4, 2023
1 parent 12c1f10 commit 98d53f6
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! With the power of 8 gigabytes of ram, along with GPU and SSD")
speak("I am Your Personal assistant, Jarvis! version 1.2!")

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

0 comments on commit 98d53f6

Please sign in to comment.