commit 82d4bb63b5346e276b357975d74a701e126f8274
parent 99e5c70dc45600b82923f69c3140720208ade3f2
Author: rbckman <rob@tarina.org>
Date: Wed, 12 Feb 2025 01:29:39 +0000
some small updates
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gonzopi.py b/gonzopi.py
@@ -1397,8 +1397,9 @@ def main():
if os.path.isdir(foldername) == False:
os.makedirs(foldername)
if cammode == 'film':
- if slidecommander:
- send_serial_port(slidecommander,';'+slide)
+ #if recandslide here
+ #if slidecommander:
+ #send_serial_port(slidecommander,';1')
videos_totalt = db.query("SELECT COUNT(*) AS videos FROM videos")[0]
tot = int(videos_totalt.videos)
video_origins=datetime.datetime.now().strftime('%Y%d%m')+str(tot).zfill(5)+'_'+os.urandom(8).hex()