This commit is contained in:
Dianne Skoll
2024-02-28 10:59:51 -05:00
parent 3bf3137dc4
commit 8efde3e9af

View File

@@ -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]