From 2412a45d1d6b8e32ccae02500fca76f0d1260816 Mon Sep 17 00:00:00 2001 From: Felix Blanke Date: Sun, 27 Aug 2023 23:30:25 +0200 Subject: [PATCH] Add missing footer table row --- wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wsgi.py b/wsgi.py index b73e2de..8425b77 100644 --- a/wsgi.py +++ b/wsgi.py @@ -188,6 +188,7 @@ def tables( tfoot = [ " ", + " ", " Gesamt", ] for i in range(len(df.columns) - 2):