# HG changeset patch # User Matti Hamalainen # Date 1401789613 -10800 # Node ID 3ea14355e2d40036132e186f3f518b4eec1f0f26 # Parent 2c89e47739e860938b8dd6656f526e8bcb8f7379 weather: Fix a silly bug in the weather data update loop. :S diff -r 2c89e47739e8 -r 3ea14355e2d4 weather.tcl --- a/weather.tcl Tue Jun 03 12:59:53 2014 +0300 +++ b/weather.tcl Tue Jun 03 13:00:13 2014 +0300 @@ -258,7 +258,7 @@ # Schedule next update set weather_running [clock seconds] - timer $weather_check_period weather_update + timer $weather_check_period weather_exec }