summaryrefslogtreecommitdiff
path: root/forecast.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-05-16 22:06:09 +0100
committerdakkar <dakkar@thenautilus.net>2013-05-16 22:06:09 +0100
commit9b724c2c7edc3c2805516fea7f584cdf0031d8ca (patch)
tree549dac74b5f47a0b7810b990007829e48252d925 /forecast.pl
parent"time" support (diff)
downloadHomePanel-9b724c2c7edc3c2805516fea7f584cdf0031d8ca.tar.gz
HomePanel-9b724c2c7edc3c2805516fea7f584cdf0031d8ca.tar.bz2
HomePanel-9b724c2c7edc3c2805516fea7f584cdf0031d8ca.zip
modules for all response blocks
Diffstat (limited to 'forecast.pl')
-rw-r--r--forecast.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/forecast.pl b/forecast.pl
index 5d78906..1ff4754 100644
--- a/forecast.pl
+++ b/forecast.pl
@@ -18,5 +18,4 @@ my $response = $fio->request({
exclude => ['minutely','flags'],
});
-my $output = decode_json($response);
-p $output;
+p $response;