tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit c8dae9b57185ac4d2cec12eabdd8f5c5a885cfa2
parent 4c045e6ce9c0b016057946013ebe2cfcaea5cfa4
Author: rob <rob@tarina.org>
Date:   Thu, 23 Mar 2023 09:36:13 +0000

wow, why?? fixed!

Diffstat:
Mtarina.py | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/tarina.py b/tarina.py @@ -714,13 +714,7 @@ def main(): logger.warning('something wrong with camera jpeg capture') #delayerr = audiotrim(foldername,filename) onlysound = False - if pressed == "record": - scenes, shots, takes = browse(filmname,filmfolder,scene,shot,take) - shot=shots+1 - take=1 - elif pressed == "retake": - scenes, shots, takes = browse(filmname,filmfolder,scene,shot,take) - take=takes+1 + scenes, shots, takes = browse(filmname,filmfolder,scene,shot,take) if beeps > 0: buzz(300) if round(fps) != 25: