From 6e521c382c7533bbdc4ba15f2a015b48b007dff6 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 29 Apr 2026 21:36:33 -0400 Subject: [PATCH] Fix typo in comments --- archive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive.py b/archive.py index f6df653..0b89b1c 100755 --- a/archive.py +++ b/archive.py @@ -6,8 +6,8 @@ from utility import * from video import * # This file is executed in a cron job. -# To view the cron schedule type sudo crontab -r in a shell. Use Ctrl-S to save after editing -# This cron job should run evrry 30 minutes. Shorter intervals burden the system +# To view the cron schedule type sudo crontab -l in a shell. sudo crontab -e for editing. Use Ctrl-S to save after editing +# This cron job should run evrry 10 minutes. Shorter intervals burden the system # The ouptut from the print statements is generated in the syslog /var/log/syslog sudo nano /var/log/syslog # Overall system perfromance can be monitored using htop