diff --git a/happening.py b/happening.py index 00e83a3f0..5590de4df 100644 --- a/happening.py +++ b/happening.py @@ -426,6 +426,7 @@ def get_month_events_icalendar(base_dir: str, nickname: str, domain: str, ical_str += 'END:VCALENDAR\n' return ical_str + print('icalendar month: ' + str(events)) for day_of_month in range(1, 32): if not events.get(str(day_of_month)): continue