Reverse sign of duration calculation

This commit is contained in:
prpr 2022-12-30 19:26:43 +00:00
parent 30a006b971
commit 29e560b11b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ foreach q [queue all] {
}
set start [$q get start]
if {$start ne "0"} { set start $($start - [clock seconds]) }
if {$start ne "0"} { set start $([clock seconds] - $start) }
if {$flag} { puts "," } else { incr flag }
puts "{"