changeset 374:26b7963e7fbd

fetch_weather: Oops, forgot to define the configuration setting "purge_threshold" :S
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Feb 2016 15:34:34 +0200
parents bc7746ca622e
children c303ddc0a683
files fetch_weather.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Sat Jan 30 00:55:43 2016 +0200
+++ b/fetch_weather.pl	Mon Feb 01 15:34:34 2016 +0200
@@ -33,6 +33,7 @@
   "debug" => 0,
   "opt_fmi" => 0,
   "opt_tiehallinto" => 0,
+  "purge_threshold" => 60,
   "fmi_api_key" => "",
   "outfile" => "",
   "tiehallinto_static_meta" => "tiehallinto.meta",