add filter for track

This commit is contained in:
voc 2017-10-27 13:58:31 +02:00
parent cce8790270
commit 7e2e236ba9
2 changed files with 3 additions and 2 deletions

View file

@ -264,6 +264,7 @@ def events(scheduleUrl, titlemap={}):
'persons': personnames,
'personnames': ', '.join(personnames),
'room': room.attrib['name'],
'track' : event.find('track').text
}
try: