updated lac18
This commit is contained in:
parent
ba6d080b2e
commit
3220044d1a
2 changed files with 11 additions and 8 deletions
|
@ -88,7 +88,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 ('105 (Main)', '155 (Medium)', '107 (Small)'):
|
||||
if event['room'] not in ('mainhall', 'ceminar'):
|
||||
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