commit 0635c7e809e3b941f3e81b8c8dc0959f8670d635 parent b4617ffff86768cec5d2ecd769156d97aa3e40d2 Author: rbckman <rob@tarina.org> Date: Thu, 12 Oct 2023 20:00:25 +0100 syncdelayminimal Diffstat:
M | tarina.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py @@ -997,7 +997,7 @@ def main(): #time.sleep(2) a=a+1 if delayedstop: - time.sleep(3) + time.sleep(0.1) if delayedstop==cameras[0]: pressed='record_now' pressagain='insert_shot'