From 855d1903e699f93633b1f7d029d720d6c28fa237 Mon Sep 17 00:00:00 2001 From: Justin Emter Date: Mon, 17 Jul 2017 12:36:21 -0700 Subject: [PATCH] Fixed html. --- pseudo_tv_controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pseudo_tv_controller.py b/pseudo_tv_controller.py index 5e0022b..1a4d176 100644 --- a/pseudo_tv_controller.py +++ b/pseudo_tv_controller.py @@ -65,10 +65,10 @@ def get_html_from_daily_schedule(currentTime, bgImageURL): text(time + " - Daily Pseudo Schedule") doc.asis('') - doc.asis('') + doc.asis('') if bgImageURL != None: - doc.asis('') + doc.asis('') with tag('body'):