summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/weather b/bin/weather
index 5e2ad78..a0a9d14 100755
--- a/bin/weather
+++ b/bin/weather
@@ -28,7 +28,7 @@ my %weather_pics = (
);
my $wu = WWW::Wunderground::API->new(
- location => 'Providence, RI',
+ location => '10012',
auto_api => 1,
api_key => $api_key,
);