summaryrefslogtreecommitdiffstats
path: root/bin/weather
diff options
context:
space:
mode:
Diffstat (limited to 'bin/weather')
-rwxr-xr-xbin/weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/weather b/bin/weather
index 7d0b0c2..c35195b 100755
--- a/bin/weather
+++ b/bin/weather
@@ -26,7 +26,7 @@ my %weather_pics = (
);
my $wu = WWW::Wunderground::API->new(
- location => 'Providence, RI',
+ location => 'Brooklyn, NY',
auto_api => 1,
api_key => $api_key,
);