X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/blobdiff_plain/8233253bc3fe8f2f4216143a5a5e3ec1bf00db59..0e3146f8c1f5c825ea5355ad23e3a2dd79027d3b:/exec/photograph/update_temp_photograph.sh?ds=inline diff --git a/exec/photograph/update_temp_photograph.sh b/exec/photograph/update_temp_photograph.sh index d531dd9..0489b8d 100644 --- a/exec/photograph/update_temp_photograph.sh +++ b/exec/photograph/update_temp_photograph.sh @@ -280,7 +280,7 @@ main() { while [[ $SECONDS -lt "$script_ttl" ]]; do # Capture new photograph try update_temp_file; - try python3 "$sleep_rand_path" --upper 3600.0 10.0; + try python3 "$sleep_rand_path" --upper 3600.0 60.0; done; #===END main loop=== };