changeset 173:3ea14355e2d4

weather: Fix a silly bug in the weather data update loop. :S
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2014 13:00:13 +0300
parents 2c89e47739e8
children d94be9a1be6a
files weather.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 }