From 01d2f4bc8a9f650e6b5abd0c631ffa8c42b72bc6 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 21 Jun 2016 19:14:19 +0200 Subject: [PATCH] fix function sig --- fossgis16/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fossgis16/__init__.py b/fossgis16/__init__.py index ba886d1..2cf3bf3 100644 --- a/fossgis16/__init__.py +++ b/fossgis16/__init__.py @@ -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):