YEAR is now a default command line option in main

This commit is contained in:
Fredrick W. Warren 2024-12-29 09:53:31 -07:00
parent 71222aa59c
commit bf5234aa6e

View File

@ -8,8 +8,6 @@ CHURCH CALENDAR EVENTS LIST
""" """
from calendar import SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY from calendar import SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
YEAR: int = 2025
EVENT_LIST = ( # ------------- ---------------- EVENT_LIST = ( # ------------- ----------------
# day weeks start end venue category name description # 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"), (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"),