changeset 166:c8d5f3a7c4b7

Add debug option.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Jun 2014 20:25:31 +0300
parents ff64ef21c20d
children 3a375ee7c106
files fetch_weather.pl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Mon Jun 02 20:25:08 2014 +0300
+++ b/fetch_weather.pl	Mon Jun 02 20:25:31 2014 +0300
@@ -7,10 +7,12 @@
 use Date::Parse;
 use Data::Dumper;
 
+
 ###
 ### Globals
 ###
 my %settings = (
+  "debug" => 0,
   "opt_fmi" => 0,
   "opt_tiehallinto" => 0,
   "fmi_api_key" => "",