Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dubeyji0110 authored Dec 15, 2020
1 parent cd655ec commit 842ecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def greet():
greeting = 'Good Afternoon!,'
else:
greeting = 'Good Evning!,'
talk(greeting + " I'am Jenny your personal assisstant!")
talk(greeting + " I'am Jenny your voice assistant!")
talk("What can I do for you?")
# print('Listening...')

Expand Down

0 comments on commit 842ecbe

Please sign in to comment.