Reduced delay down to 5 seconds again

This commit is contained in:
Nicole Rappe 2024-01-07 19:44:24 -07:00
parent f9ed39d249
commit 54bea5c6b0

View File

@ -48,5 +48,5 @@ while true; do
done
# Wait for 5 seconds before the next iteration
sleep 60
sleep 5
done