summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-14 04:53:29 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-14 04:54:35 -0400
commitdb98fa35b2f1896b86fb903f1242fd08a782888d (patch)
treef54ac18a4e38f8fbaf7367d4d6ae68f47ca66315 /bin
parente99f4b8aa5e11adf6dd61bc5604eaf979655448d (diff)
downloadconf-db98fa35b2f1896b86fb903f1242fd08a782888d.tar.gz
conf-db98fa35b2f1896b86fb903f1242fd08a782888d.zip
moved to new york
Diffstat (limited to 'bin')
-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,
);