tarina

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

commit 13d945716860cf4dc353cfda806f7ed2da325837
parent 60cdc89dd023571b996d07397044a4b7ca15ab42
Author: rob <rob@tarina.org>
Date:   Tue, 28 Mar 2023 16:24:14 +0100

whyy!? timelapse works again

Diffstat:
Mtarina.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -1847,7 +1847,7 @@ def timelapse(beeps,camera,foldername,filename,between,duration): selected = selected - 1 elif pressed == 'middle': if menu[selected] == 'START': - if os.path.isdir(foldername+timelapse) == False: + if os.path.isdir(foldername+'timelapse') == False: os.makedirs(foldername + 'timelapse') time.sleep(0.02) writemessage('Recording timelapse, middlebutton to stop')