From 5012cffd029922f2d9e52daec181fb640f27c9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Mon, 27 Mar 2017 18:35:45 +0200 Subject: Add configurable delay between each shot --- cgi-bin/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cgi-bin/config.py') diff --git a/cgi-bin/config.py b/cgi-bin/config.py index de855dd..945d3dc 100644 --- a/cgi-bin/config.py +++ b/cgi-bin/config.py @@ -2,3 +2,4 @@ datadir='img/' root='' special = ('index', 'latest') pagination = 30 +delay = 1 -- cgit v1.2.3