From d54e1fbc680cac1ca4d2666e5061ffb5188c6d6c Mon Sep 17 00:00:00 2001 From: PerlMonk-Athanasius <51525661+PerlMonk-Athanasius@users.noreply.github.com> Date: Sun, 9 Jun 2019 18:29:33 +1000 Subject: Update ch-3.pl Redacted API KEY ! --- challenge-011/athanasius/perl5/ch-3.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-011/athanasius/perl5/ch-3.pl b/challenge-011/athanasius/perl5/ch-3.pl index 8b9fed40ed..ba9421db26 100644 --- a/challenge-011/athanasius/perl5/ch-3.pl +++ b/challenge-011/athanasius/perl5/ch-3.pl @@ -31,7 +31,7 @@ use Getopt::Long; use JSON; use LWP::UserAgent (); -const my $API_KEY => '22314778a05bf583f56cda402fce02eb'; +const my $API_KEY => ; const my $TIMEOUT => 30; # seconds const my $URL => 'http://api.openweathermap.org/data/2.5/weather?q='; const my $URL_ID => 'http://api.openweathermap.org/data/2.5/weather?id='; -- cgit