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