we want intros for all days
This commit is contained in:
parent
61e501f837
commit
210cbfe589
1 changed files with 0 additions and 3 deletions
|
@ -74,9 +74,6 @@ def tasks(queue, args, idlist, skiplist):
|
|||
if event['room'] not in ('Hörsaal Ost', 'Großer Hörsaal', 'Hörsaal West'):
|
||||
print("skipping room %s (%s)" % (event['room'], event['title']))
|
||||
continue
|
||||
if event['day'] not in ('2'):
|
||||
print("skipping day %s" % (event['day']))
|
||||
continue
|
||||
if not (idlist==[]):
|
||||
if 000000 in idlist:
|
||||
print("skipping id (%s [%s])" % (event['title'], event['id']))
|
||||
|
|
Loading…
Add table
Reference in a new issue