# HG changeset patch # User Matti Hamalainen # Date 1594122229 -10800 # Node ID 210d22dac6d46968cd0f1cb7b0ee15e00008a8de # Parent 1044fbacb8a7ed247452f0233dcf2ed6a52334d0 weather: Split minmax to two lines. diff -r 1044fbacb8a7 -r 210d22dac6d4 weather.tcl --- 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