diff options
Diffstat (limited to 'calendar-cli.py')
-rwxr-xr-x | calendar-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-cli.py b/calendar-cli.py index ca56dba..b9cde4e 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -265,7 +265,7 @@ def calendar_agenda(caldav_conn, args): events = [] if args.icalendar: for ical in events_: - print ical.data + print(ical.data) else: ## flatten. A recurring event may be a list of events. for event_cal in events_: |