add filter for track
This commit is contained in:
parent
cce8790270
commit
7e2e236ba9
2 changed files with 3 additions and 2 deletions
|
@ -264,6 +264,7 @@ def events(scheduleUrl, titlemap={}):
|
|||
'persons': personnames,
|
||||
'personnames': ', '.join(personnames),
|
||||
'room': room.attrib['name'],
|
||||
'track' : event.find('track').text
|
||||
}
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue