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