From b2e6cdde266260a525ef80147dacbcd2ada3a985 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Mon, 31 Oct 2022 15:17:09 -0400 Subject: Better organization of code --- cal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cal.py') diff --git a/cal.py b/cal.py index 4f32465..348fa32 100644 --- a/cal.py +++ b/cal.py @@ -2,8 +2,9 @@ import icalendar import recurring_ical_events import urllib.request import datetime -from settings import calendars +from settings import getSettings +calendars = getSettings("calendars") today = datetime.date.today() output = [] -- cgit v1.2.3