diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-31 15:17:09 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-31 15:17:09 -0400 |
| commit | b2e6cdde266260a525ef80147dacbcd2ada3a985 (patch) | |
| tree | c1c40d6fbba8d53889040bffb22e46c58b51b4c5 /cal.py | |
| parent | 4681ebe60b5020c63c58034ad3072c0c5e3ca940 (diff) | |
Better organization of codeporting-to-pico
Diffstat (limited to 'cal.py')
| -rw-r--r-- | cal.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = [] |
