commit a684fce7959d9127ccc92d32fffddb9506e8a6ec
parent 58673d2e8168943fa2bf31ca4cd9b2b1dec0707f
Author: rbckman <rob@tarina.org>
Date: Wed, 25 Jan 2023 12:52:33 +0000
ups
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py
@@ -237,7 +237,7 @@ def main():
ip = nextstatus.split(':')[1]
stopinterface(camera)
run_command('rsync -avr --update --progress --exclude="*.wav" pi@'+ip+':'+filmfolder+filmname+'/'+'scene'+str(scene).zfill(3)+' '+filmfolder+filmname+'/')
- sendtoserver(tarinactrl_ip,port,'SYNCDONE'))
+ sendtoserver(tarinactrl_ip,port,'SYNCDONE')
#run_command('scp -r '+filmfolder+filmname+'/'+'scene'+str(scene).zfill(3)+' pi@'+ip+':'+filmfolder+filmname+'/')
startinterface()
camera = startcamera(lens,fps)