diff --git a/scripts/tkremind b/scripts/tkremind index b159126c..4f62d8c1 100755 --- a/scripts/tkremind +++ b/scripts/tkremind @@ -2789,7 +2789,7 @@ proc DaemonReadable { file } { set time [dict get $obj ttime] set now [dict get $obj now] set tag "*" - if {[dict exists $obj tags]) { + if {[dict exists $obj tags]} { set tag [dict get $obj tags] } set body [dict get $obj body]