X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=update_sheets.js;h=68797088ea476f16ecc23ae75944199c222ddef0;hb=fe24af7266193f4908d73c49403387af8c819acc;hp=7cfe0fda6cc320bfdc2532e58a1d7d766aa5ccec;hpb=c7d5ff85088aeab9d979bf7c7a261df963b722eb;p=ultimatescore diff --git a/update_sheets.js b/update_sheets.js index 7cfe0fd..6879708 100644 --- a/update_sheets.js +++ b/update_sheets.js @@ -104,7 +104,7 @@ function publish_group_rank(group_name) "data": updates }; possibly_update_oauth_key(function() { - post_json('https://sheets.googleapis.com/v4/spreadsheets/1ygfeR6njBUmLyuLRq7zfYW5slMWBGnj4XxzQQ4WJklU/values:batchUpdate?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU', json, function(response) {}, current_oauth_access_token); + post_json('https://sheets.googleapis.com/v4/spreadsheets/1DSRRcV6d6Dx9KbCZgOSFF0MX9wKRex9nHcUjjOG4DNE/values:batchUpdate?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU', json, function(response) {}, current_oauth_access_token); }); });