aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=';