From: Ian Jackson Date: Wed, 17 Jun 2009 21:19:02 +0000 (+0100) Subject: WIP island determination; use SAGE until we actually plumb through the ocean X-Git-Tag: 1.9.2~121 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=2ab2dd100d5c7459e2534d98f50e6637e9a11070;ds=sidebyside WIP island determination; use SAGE until we actually plumb through the ocean --- 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;