Update notify-tasks.hy

This commit is contained in:
Alexander Rosenberg 2023-05-27 02:14:07 -07:00
parent 06234cfeb9
commit 28d9161da3
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

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