add day attribute

This commit is contained in:
derchris 2019-07-18 17:52:09 +02:00
parent 62e5f53e88
commit 095ddda2eb

View file

@ -280,6 +280,7 @@ def events(scheduleUrl, titlemap={}):
# yield a tupel with the event-id, event-title and person-names
yield {
'day': day.attrib['index'],
'id': id,
'title': title,
'subtitle': subtitle,