changeset 537:210d22dac6d4

weather: Split minmax to two lines.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Jul 2020 14:43:49 +0300
parents 1044fbacb8a7
children f07c972e269a
files weather.tcl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/weather.tcl	Tue Jul 07 14:42:40 2020 +0300
+++ b/weather.tcl	Tue Jul 07 14:43:49 2020 +0300
@@ -501,7 +501,8 @@
       # Min & Max temps
       set umin [weather_get_by_key "w_min"]
       set umax [weather_get_by_key "w_max"]
-      weather_msg $upublic $unick $uchan "Min: $umin | Max: $umax"
+      weather_msg $upublic $unick $uchan "Min: $umin"
+      weather_msg $upublic $unick $uchan "Max: $umax"
       incr nresults
     } else {
       # Location match