X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=constants.py;h=1e79b0775e634d5330302e02372753e0701744f5;hb=e4dca16bbd329afdb587e8488767d88e17777254;hp=b1bedc0a77ab3fcf30ea3971ed968ba6d43aa0f2;hpb=ba913d3c5ec6fd5e229398ebfe9e073aaae7d73c;p=kiosk.git diff --git a/constants.py b/constants.py index b1bedc0..1e79b07 100644 --- a/constants.py +++ b/constants.py @@ -1,7 +1,7 @@ #!/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