diff --git a/divoc-hs/__init__.py b/divoc-hs/__init__.py index 06b6ac8..edefc5f 100644 --- a/divoc-hs/__init__.py +++ b/divoc-hs/__init__.py @@ -61,7 +61,7 @@ def introFrames(args): def outroFrames(args): #fadein outro graphics - frames = 3*fps + frames = 6*fps for i in range(0, frames): yield(()) diff --git a/divoc-ptt/__init__.py b/divoc-ptt/__init__.py index c4659b8..c77cf88 100644 --- a/divoc-ptt/__init__.py +++ b/divoc-ptt/__init__.py @@ -57,7 +57,7 @@ def introFrames(args): def outroFrames(args): #fadein outro graphics - frames = 3*fps + frames = 6*fps for i in range(0, frames): yield(())