gonzopi

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

commit 56bec89b903f58c03526dce5806b58e3740079b0
parent ec1db5cdf07cb7b966481f2d65756306e8948499
Author: rbckman <rob@tarina.org>
Date:   Mon,  3 Jun 2024 12:24:16 +0100

retake web api

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

diff --git a/srv/gonzopiserver.py b/srv/gonzopiserver.py @@ -372,7 +372,7 @@ class api: if i.func == 'record': sendtocamera(ip,port,'RECORD') elif i.func == 'retake': - print('retake') + sendtocamera(ip,port,'RETAKE') elif i.func == 'up': sendtocamera(ip,port,'UP') elif i.func == 'down':