fix the text output
This commit is contained in:
parent
2eb1d247b0
commit
f5e193871f
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ def events(scheduleUrl, titlemap={}):
|
||||||
'persons': personnames,
|
'persons': personnames,
|
||||||
'personnames': ', '.join(personnames),
|
'personnames': ', '.join(personnames),
|
||||||
'room': room.attrib['name'],
|
'room': room.attrib['name'],
|
||||||
'track': event.find('track').text.split(', '),
|
'track': event.find('track').text,
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue