Skip to content

Commit 682026b

Browse files
Fixed Requested Changes
1 parent ddbaa90 commit 682026b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Desktop-drinkWater-Notification/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

Desktop-drinkWater-Notification/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
notification.notify(
77
title="Please Drink Water",
88
message="The U.S. National Academies of Sciences, Engineering, and Medicine determined that an adequate daily fluid intake is: About 15.5 cups (3.7 liters) of fluids a day for men. About 11.5 cups (2.7 liters) of fluids a day for women.",
9-
app_icon = "D:\Programming Languages\Python\Projects\DrinkWater\icon.ico",
9+
app_icon = "./Desktop-drinkWater-Notification/icon.ico",
1010
timeout = 12
1111
)
1212
time.sleep(1800*1800)

0 commit comments

Comments
 (0)