X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=constants.py;h=1e79b0775e634d5330302e02372753e0701744f5;hb=e4dca16bbd329afdb587e8488767d88e17777254;hp=880fb854075af48612ff4f7e84b75c8d359a8cbf;hpb=4b1f3d8a8b278ca6d62f461ea80c8ea21080c301;p=kiosk.git diff --git a/constants.py b/constants.py index 880fb85..1e79b07 100644 --- a/constants.py +++ b/constants.py @@ -1,7 +1,7 @@ -#!/usr/local/bin/python +#!/usr/bin/env python3 -refresh_period_sec = 22 -render_period_sec = 30 +refresh_period_sec = 22.0 +render_period_sec = 30.0 pages_dir = "/usr/local/export/www/kiosk/pages" seconds_per_minute = 60