Skip to content

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcode committed Mar 19, 2020
1 parent 487e48c commit 8b0aad2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tomato.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,15 @@ def notify_me(msg):
terminal-notifier -> https://github.com/julienXX/terminal-notifier#download
terminal-notifier -message <msg>
# ubuntu desktop notification
notify-send
# voice notification
say -v <lang> <msg>
lang options:
- Daniel: British English
- Ting-Ting: Mandarin
- Sin-ji: Cantonese
# ubuntu desktop notification
notify-send
'''

print(msg)
Expand Down

0 comments on commit 8b0aad2

Please sign in to comment.