fix function sig
This commit is contained in:
parent
deaede4828
commit
01d2f4bc8a
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ def debug():
|
|||
pauseFrames
|
||||
)
|
||||
|
||||
def tasks(queue):
|
||||
def tasks(queue, args):
|
||||
# iterate over all events extracted from the schedule xml-export
|
||||
for event in events(scheduleUrl, titlemap):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue