summaryrefslogtreecommitdiff
path: root/calendar-cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'calendar-cli.py')
-rwxr-xr-xcalendar-cli.py2
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_: