From 12e59daa357a5e50faf41048115127ada1ebf17a Mon Sep 17 00:00:00 2001 From: craisin Date: Mon, 1 Dec 2025 22:17:27 -0800 Subject: [PATCH] change some stuff --- source/{templates => }/requirements.txt | 0 source/static/script.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename source/{templates => }/requirements.txt (100%) 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) {