diff --git a/source/templates/requirements.txt b/source/requirements.txt similarity index 100% rename from source/templates/requirements.txt rename to source/requirements.txt diff --git a/source/static/script.js b/source/static/script.js index c036560..ca1effd 100644 --- a/source/static/script.js +++ b/source/static/script.js @@ -4,7 +4,7 @@ let timezone = Intl.DateTimeFormat().resolvedOptions().timeZone; const client = google.accounts.oauth2.initTokenClient({ client_id: - "1000685713819-om0gq7bqr3e91f2rok224ooqgae6bojg.apps.googleusercontent.com", + "365940140793-a924128cnq2v8kq6590mee452l3v6jug.apps.googleusercontent.com", scope: "https://www.googleapis.com/auth/calendar", callback: (tokenResponse) => { if (tokenResponse && tokenResponse.access_token) {