From f7f93f6564c488a1704a9b5bdd07d1ad6c744a6a Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:11:00 -0500 Subject: [PATCH] change default calendar to birthdays for easy, safe debugging --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 17bb284d..4df27b1a 100644 --- a/config/config.json +++ b/config/config.json @@ -74,7 +74,7 @@ "token_file": "token.pickle", "update_interval": 300, "max_events": 3, - "calendars": ["primary"] + "calendars": ["birthdays"] }, "nhl_scoreboard": { "enabled": true,