mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
Don't use many-json2dict
This commit is contained in:
@@ -2425,7 +2425,7 @@ proc ShowQueue { file } {
|
||||
if {$line == "NOTE ENDJSONQUEUE"} {
|
||||
break
|
||||
}
|
||||
if {[catch {set obj [::json::many-json2dict $line]}]} {
|
||||
if {[catch {set obj [::json::json2dict $line]}]} {
|
||||
continue;
|
||||
}
|
||||
foreach q $obj {
|
||||
|
||||
Reference in New Issue
Block a user