minor bugfix occon18
This commit is contained in:
parent
12dd288956
commit
4cc97faeb8
2 changed files with 11 additions and 11 deletions
|
@ -129,7 +129,7 @@ def debug():
|
|||
def tasks(queue, args, idlist, skiplist):
|
||||
# iterate over all events extracted from the schedule xml-export
|
||||
for event in events(scheduleUrl):
|
||||
if event['room'] not in ('Chirurgie (Saal 1.04)', 'Kreißsaal (Saal 1.11)'):
|
||||
if event['room'] not in ('Keynote Room BB007', 'ROOM2'):
|
||||
print("skipping room %s (%s [%s])" % (event['room'], event['title'], event['id']))
|
||||
continue
|
||||
if not (idlist==[]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue