forked from hummypkg/webif
1
0
Fork 0

Remove duplicate Rendered line and simplify expression

This commit is contained in:
prpr 2024-01-27 00:49:34 +00:00
parent 78cebd9099
commit b0d965e4c8
2 changed files with 4 additions and 7 deletions

View File

@ -110,11 +110,9 @@ puts "
</a><br>
"
set end [clock milliseconds]
puts "<font class=footnote>
Retrieved in: [expr {[expr {$got - $start}] / 1000.0}] seconds.
Rendered in: [expr {[expr {$end - $start}] / 1000.0}] seconds.
</font>"
Retrieved in: $(($got - $start) / 1000.0) seconds.
</font>"
epg cleanup

View File

@ -343,10 +343,9 @@ Visit settings to change EPG options.
epg cleanup
set end [clock milliseconds]
puts "<font class=footnote>
Retrieved in: [expr {($got - $start) / 1000.0}] seconds.
</font>"
Retrieved in: $(($got - $start) / 1000.0) seconds.
</font>"
footer