From cdeaf68022a71a47145db6dfa520a464acfb0af3 Mon Sep 17 00:00:00 2001 From: Justin Emter Date: Mon, 17 Jul 2017 12:06:50 -0700 Subject: [PATCH] indent... --- pseudo_tv_controller.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pseudo_tv_controller.py b/pseudo_tv_controller.py index ec8d367..3f3e906 100644 --- a/pseudo_tv_controller.py +++ b/pseudo_tv_controller.py @@ -81,13 +81,13 @@ def get_html_from_daily_schedule(currentTime, bgImageURL): with tag('div'): - with tag('div'): + with tag('div'): - line('h1', "Daily Pseudo Schedule", klass='col-12 pl-0') + line('h1', "Daily Pseudo Schedule", klass='col-12 pl-0') - with tag('div'): + with tag('div'): - line('h3', time, klass='col-12 pl-1') + line('h3', time, klass='col-12 pl-1') with tag('table', klass='col-12 table table-bordered table-hover'):