Authored by htoooth

fix

... ... @@ -18,7 +18,7 @@ function getIsp(ip) {
}
for (let p of PROVINCE) {
if (_.includes(result.province, p)) {
if (result.province.split(p).length === 2) {
result.province = p;
break;
}
... ...