Update notify-tasks.hy
This commit is contained in:
parent
06234cfeb9
commit
28d9161da3
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user