From 2fc22aee09300925fb983be652a4c068eeb1a65b Mon Sep 17 00:00:00 2001 From: Justin Emter Date: Mon, 17 Jul 2017 12:32:30 -0700 Subject: [PATCH] html styles, background color issue. --- pseudo_tv_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pseudo_tv_controller.py b/pseudo_tv_controller.py index 3f3e906..5e0022b 100644 --- a/pseudo_tv_controller.py +++ b/pseudo_tv_controller.py @@ -68,7 +68,7 @@ def get_html_from_daily_schedule(currentTime, bgImageURL): doc.asis('') if bgImageURL != None: - doc.asis('') + doc.asis('') with tag('body'):