2015 schedule is unique
This commit is contained in:
parent
840d87ec07
commit
9362ace0fe
1 changed files with 1 additions and 6 deletions
|
@ -111,15 +111,10 @@ def debug():
|
|||
)
|
||||
|
||||
def tasks(queue):
|
||||
uid = []
|
||||
# iterate over all events extracted from the schedule xml-export
|
||||
for event in events(scheduleUrl):
|
||||
if event['id'] in uid:
|
||||
continue
|
||||
|
||||
uid.append(event['id'])
|
||||
|
||||
# generate a task description and put them into the queue
|
||||
# generate a task description and put it into the queue
|
||||
queue.put(Rendertask(
|
||||
infile = 'intro.svg',
|
||||
outfile = str(event['id'])+".dv",
|
||||
|
|
Loading…
Add table
Reference in a new issue