summaryrefslogtreecommitdiff
path: root/forecast.pl
diff options
context:
space:
mode:
Diffstat (limited to 'forecast.pl')
-rw-r--r--forecast.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/forecast.pl b/forecast.pl
index 814c730..a3dd7d6 100644
--- a/forecast.pl
+++ b/forecast.pl
@@ -20,6 +20,10 @@ sub URI::path_segments_push {
$base->path_segments_push(
$key,"51.54,-0.37",
);
+$base->query_form({
+ units => 'si',
+ exclude => 'minutely,flags',
+});
my $content = get($base);