tarina

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

commit c07c4d88877deb228e066b253c6a44b0288f3003
parent d50ad53e7e7610cc59722fca48ac5f10e719f111
Author: rbckman <rob@tarina.org>
Date:   Sat,  6 Mar 2021 18:27:42 +0000

description in timelapse menu

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

diff --git a/tarina.py b/tarina.py @@ -1314,7 +1314,7 @@ def timelapse(beeps,camera,foldername,filename,between,duration): holdbutton = '' sound = False selected = 0 - header = 'Adjust how many seconds between and filming' + header = 'Adjust delay in seconds between images' menu = 'DELAY:', 'DURATION:', 'START', 'BACK' while True: settings = str(round(between,2)), str(round(duration,2)), '', ''