summaryrefslogtreecommitdiff
path: root/forecast.pl
diff options
context:
space:
mode:
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;