Skip to content

Commit

Permalink
Update assistant.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasiddharth authored Dec 2, 2017
1 parent 94b0191 commit ece7ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def iter_converse_requests():
if 'parcel'.lower() in str(usrcmd).lower():
track()
return continue_conversation
if 'news'.lower() in str(usrcmd).lower() or 'feed'.lower() in str(usrcmd).lower():
if 'news'.lower() in str(usrcmd).lower() or 'feed'.lower() in str(usrcmd).lower() or 'quote'.lower() in str(usrcmd).lower():
feed(str(usrcmd).lower())
return continue_conversation
else:
Expand Down

0 comments on commit ece7ad5

Please sign in to comment.