WIP
This commit is contained in:
parent
f56134b969
commit
31d9b1b7cb
@ -9,7 +9,7 @@
|
||||
var request = HttpRequest.getData(HttpRequest.RequestType.GET,'https://www.geoguessr.com/api/v3/games/'+id,json.toString(),header);
|
||||
if (request.success) {
|
||||
var data = new JSONObject(request.content)
|
||||
return data;
|
||||
return JSON.parse(data);
|
||||
}
|
||||
};
|
||||
function getCountryBDC(location) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user