From 13cc10f1f66fa3a474160b577cf0182844c84aab Mon Sep 17 00:00:00 2001 From: Arnav Nagpurkar Date: Wed, 3 Apr 2024 22:41:55 +0530 Subject: [PATCH] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index cd21b6b..c414c82 100644 --- a/main.py +++ b/main.py @@ -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