minor bugfix occon18

This commit is contained in:
thomic 2018-09-18 07:06:33 +02:00
parent 12dd288956
commit 4cc97faeb8
2 changed files with 11 additions and 11 deletions

View file

@ -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==[]):