Skip to content

Commit 0a5f014

Browse files
authored
Update desktop_notification.py
1 parent b109ac1 commit 0a5f014

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: AutomationScripts/Desktop Notification/desktop_notification.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
if __name__ == "__main__":
55
while True:
66
notification.notify(
7+
#setting the title
78
title="ALERT!!!",
9+
#seeting the message
810
message="Take a break! It has been an hour!",
11+
#time for which notification will be shown
912
timeout=10
1013
)
11-
time.sleep(3600)
14+
time.sleep(3600)

0 commit comments

Comments
 (0)