Skip to content

Commit d88473a

Browse files
committed
fix: set positive=true for Work alert
1 parent 87549cd commit d88473a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aw_notify/main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@ def threshold_alerts():
365365
CategoryAlert("All", [td1h, td2h, td4h, td6h, td8h], label="All"),
366366
CategoryAlert("Twitter", [td15min, td30min, td1h], label="🐦 Twitter"),
367367
CategoryAlert("Youtube", [td15min, td30min, td1h], label="📺 Youtube"),
368-
CategoryAlert("Work", [td15min, td30min, td1h, td2h, td4h], label="💼 Work"),
368+
CategoryAlert(
369+
"Work", [td15min, td30min, td1h, td2h, td4h], label="💼 Work", positive=True
370+
),
369371
]
370372

371373
# run through them once to check if any thresholds have been reached

0 commit comments

Comments
 (0)