diff --git a/dg/__init__.py b/dg/__init__.py index 305f0ad..0f007e6 100644 --- a/dg/__init__.py +++ b/dg/__init__.py @@ -57,5 +57,5 @@ def debug(): outroFrames ) -def tasks(queue): +def tasks(queue, args): raise NotImplementedError('call with --debug to render your intro/outro')