Add missing footer table row

This commit is contained in:
Felix Blanke 2023-08-27 23:30:25 +02:00
parent 2916db7858
commit 2412a45d1d

View File

@ -188,6 +188,7 @@ def tables(
tfoot = [
" <tfoot>",
" <tr>",
" <td>Gesamt</td>",
]
for i in range(len(df.columns) - 2):