From 99532edede173208d256d9322bd32dc41798b40b Mon Sep 17 00:00:00 2001 From: Justin Emter Date: Sun, 16 Jul 2017 18:39:27 -0700 Subject: [PATCH] Added refresh to schedule. --- pseudo_tv_controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pseudo_tv_controller.py b/pseudo_tv_controller.py index eda8177..b5c2536 100644 --- a/pseudo_tv_controller.py +++ b/pseudo_tv_controller.py @@ -42,6 +42,7 @@ def get_html_from_daily_schedule(currentTime): with tag('head'): + doc.asis('') doc.asis('') with tag('body'): @@ -96,7 +97,7 @@ def get_html_from_daily_schedule(currentTime): if currentTime.hour == timeB.hour: if currentTime.minute == timeB.minute: - + with tag('tr', klass='bg-info'): with tag('th', scope='row'):