Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavnagpurkar authored Apr 3, 2024
1 parent ee0ec29 commit 13cc10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# Displaying the notification
notification.title = f"Drink Water {name}!!"
notification.message = f"Drink Water it's {timeNow} you drank water {notificationTime} mins ago !!"
notification.icon = "water-drop.png"
notification.send()

# Waiting for the given time and again displaying notification
Expand Down

0 comments on commit 13cc10f

Please sign in to comment.