summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-02 12:37:32 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-02 12:38:41 -0400
commitbdf31ba63215d2b2b85b1e69f2e98f6ac14cc9c5 (patch)
tree705f194109eeb2e569cb46b5ded09309ae1e4b25 /bin
parent680195e872eadf42e3766992b4b7076aa143942d (diff)
downloadconf-bdf31ba63215d2b2b85b1e69f2e98f6ac14cc9c5.tar.gz
conf-bdf31ba63215d2b2b85b1e69f2e98f6ac14cc9c5.zip
living in brooklyn for a while
Diffstat (limited to 'bin')
-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,
);