Update notify-tasks.hy

This commit is contained in:
2023-05-27 02:14:07 -07:00
parent 06234cfeb9
commit 28d9161da3

View File

@ -58,7 +58,6 @@
notified #{}]
(for [task tasks]
(let [[message time] (get-notify-time-and-message task)]
(print message)
(when (and (not (get task "completed"))
(is-not time None)
(<= (- time now) 300))