summaryrefslogtreecommitdiff
path: root/forecast.pl
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2013-11-06 17:54:14 +0000
committerGianni Ceccarelli <dakkar@thenautilus.net>2013-11-06 17:54:14 +0000
commit9fa0894f8411abcda5a6a5f8f999714fce0e0b53 (patch)
tree486c131f314f7ea389d8dc8dd72e821d3c9fa49b /forecast.pl
parentkill test files (diff)
downloadHomePanel-9fa0894f8411abcda5a6a5f8f999714fce0e0b53.tar.gz
HomePanel-9fa0894f8411abcda5a6a5f8f999714fce0e0b53.tar.bz2
HomePanel-9fa0894f8411abcda5a6a5f8f999714fce0e0b53.zip
exclude "sources" in forecast call
Diffstat (limited to 'forecast.pl')
-rw-r--r--forecast.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/forecast.pl b/forecast.pl
index c8d6e58..927e980 100644
--- a/forecast.pl
+++ b/forecast.pl
@@ -15,7 +15,7 @@ my $fio = WebService::ForecastIo->new({
my $json = $fio->request({
latitude => 51.54,
longitude => -0.37,
- exclude => ['flags'],
+ exclude => ['flags','sources'],
raw => 1,
});