aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2019-06-09 09:31:53 +0100
committerGitHub <noreply@github.com>2019-06-09 09:31:53 +0100
commit9a49d041ca8828a978aaf91910113d3eb6fb9879 (patch)
tree1d68941b7b4d3e689769e4f3521408ddda601069
parentfaabb421f4e468cc9ae76fda3871989e09884e53 (diff)
parentd54e1fbc680cac1ca4d2666e5061ffb5188c6d6c (diff)
downloadperlweeklychallenge-club-9a49d041ca8828a978aaf91910113d3eb6fb9879.tar.gz
perlweeklychallenge-club-9a49d041ca8828a978aaf91910113d3eb6fb9879.tar.bz2
perlweeklychallenge-club-9a49d041ca8828a978aaf91910113d3eb6fb9879.zip
Merge pull request #233 from PerlMonk-Athanasius/patch-1
Update ch-3.pl
-rw-r--r--challenge-011/athanasius/perl5/ch-3.pl2
1 files changed, 1 insertions, 1 deletions
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 => <redacted>;
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=';