]> git.sesse.net Git - ultimatescore/blobdiff - roster.js
Update the rosters for the new NM2018 sheet.
[ultimatescore] / roster.js
index b5dd4db5e17e7542533ad87b5466ab262a7d17c6..3524189a741c799dfb823582504f1a24b60bfcc9 100644 (file)
--- a/roster.js
+++ b/roster.js
@@ -33,7 +33,7 @@ function load_roster(sheet, cb)
                }
                cb(team_name, roster);
        };
-       req.open('GET', 'https://sheets.googleapis.com/v4/spreadsheets/1uh7kr5v_hyD072b1G2tbQlhqd_8ldS_6j30CBocQ-4E/values/\'' + sheet + '\'!A1:J50?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU');
+       req.open('GET', 'https://sheets.googleapis.com/v4/spreadsheets/1VyLIS2GeohLlIRFs6c8kk6g0ZnBFXXiYNh_JROC-iZM/values/\'' + sheet + '\'!A1:J50?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU');
        req.send();
 };