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