From 3bb4f432e4208dc66b160a748ae330faf48ccac9 Mon Sep 17 00:00:00 2001 From: Felix Blanke Date: Mon, 28 Aug 2023 01:04:35 +0200 Subject: [PATCH] Fix empty td tags --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 60d4958..4cec264 100644 --- a/wsgi.py +++ b/wsgi.py @@ -183,7 +183,7 @@ def tables( " Gesamt", ] for i in range(len(df.columns) - 2): - tfoot.append(" ") + tfoot.append(" ") tfoot.extend( [ f" {df['Digitale Befragung'].sum()}",