From bf5234aa6ec676808e29615d6791ea0afc1ccba5 Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Sun, 29 Dec 2024 09:53:31 -0700 Subject: [PATCH] YEAR is now a default command line option in main --- events.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/events.py b/events.py index 558d454..6be76a7 100755 --- a/events.py +++ b/events.py @@ -8,8 +8,6 @@ CHURCH CALENDAR EVENTS LIST """ from calendar import SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY -YEAR: int = 2025 - EVENT_LIST = ( # ------------- ---------------- # day weeks start end venue category name description (SUNDAY, [1 ], 10, 00, 12, 00, "Main Campus", "Sunday Service", "Sunday Service 10:00am", "Prayer Room open from 8:30 AM to 9:30 AM. Worship Service starts at 10:00 AM. First Sunday of the month is Missions Sunday"),