From 2ab2dd100d5c7459e2534d98f50e6637e9a11070 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 17 Jun 2009 22:19:02 +0100 Subject: [PATCH] WIP island determination; use SAGE until we actually plumb through the ocean --- pctb/yppsc-resolver-pixoptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/yppsc-resolver-pixoptions b/pctb/yppsc-resolver-pixoptions index eff5b02..7bbcb19 100755 --- a/pctb/yppsc-resolver-pixoptions +++ b/pctb/yppsc-resolver-pixoptions @@ -69,7 +69,7 @@ sub ptcl ($) { } sub main__island () { - my $url= "$pctb/islands.php?oceanName=MIDNIGHT"; + my $url= "$pctb/islands.php?oceanName=SAGE"; my $resp= $ua->get($url); die $resp->status_line unless $resp->is_success; $jsonresp= $resp->content; -- 2.30.2