Skip to content

Commit 98d53f6

Browse files
authored
Update jarvis.py
1 parent 12c1f10 commit 98d53f6

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! With the power of 8 gigabytes of ram, along with GPU and SSD")
46+
speak("I am Your Personal assistant, Jarvis! version 1.2!")
4747

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

0 commit comments

Comments
 (0)