From 929ae22e3e4e506e1bdc486f54425d9f31c16ffb Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sun, 21 Feb 2021 20:37:53 +0100 Subject: [PATCH] DiVOC: Increase outro lenght to 6 seconds --- divoc-hs/__init__.py | 2 +- divoc-ptt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(())