From de4e85e249afaf196f03c36883113d156d018e22 Mon Sep 17 00:00:00 2001 From: Vincent A Date: Tue, 17 Dec 2013 00:40:00 +0100 Subject: [PATCH] boobcoming: fix event planner display --- weboob/applications/boobcoming/boobcoming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/applications/boobcoming/boobcoming.py b/weboob/applications/boobcoming/boobcoming.py index 671278f6..de83ccd5 100644 --- a/weboob/applications/boobcoming/boobcoming.py +++ b/weboob/applications/boobcoming/boobcoming.py @@ -114,7 +114,7 @@ class UpcomingFormatter(IFormatter): result += u'City: %s\n' % obj.city if hasattr(obj, 'event_planner') and not empty(obj.event_planner): - result += u'Event planner: %s/%s \n' % (obj.event_planner) + result += u'Event planner: %s\n' % obj.event_planner if hasattr(obj, 'booked_entries') and not empty(obj.booked_entries) and \ hasattr(obj, 'max_entries') and not empty(obj.max_entries):