X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=update_sheets.js;h=d9757b21bee385b92276b05dc5cc3f9cab171d89;hb=44bf264bc9045503216832dcc7261f885983df4c;hp=020742a4fd62fc62bae813cd101503aeff01f7b2;hpb=3caaaf2f00d9f2d6753e2a8fd81e271c137b812c;p=ultimatescore diff --git a/update_sheets.js b/update_sheets.js index 020742a..d9757b2 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/1uh7kr5v_hyD072b1G2tbQlhqd_8ldS_6j30CBocQ-4E/values:batchUpdate?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU', json, function(response) {}, current_oauth_access_token); + post_json('https://sheets.googleapis.com/v4/spreadsheets/1ygfeR6njBUmLyuLRq7zfYW5slMWBGnj4XxzQQ4WJklU/values:batchUpdate?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU', json, function(response) {}, current_oauth_access_token); }); });