diff --git a/var/www.development_site/cgi-bin/duration_ts.cgi b/var/www.development_site/cgi-bin/duration_ts.cgi index 8d0fd41..8573dee 100755 --- a/var/www.development_site/cgi-bin/duration_ts.cgi +++ b/var/www.development_site/cgi-bin/duration_ts.cgi @@ -4,7 +4,7 @@ import time from datetime import datetime # Define the duration of the counter in seconds -duration = 8 +duration = 2 # Print the HTTP header print("Content-Type: text/html")