feat: Stand nach Bonn/Bund aufgeschlüsselt
All checks were successful
Build Kurzpraesentation_Plenum.tex / build_Kurzpraesentation_Plenum (push) Successful in 1m36s

This commit is contained in:
Benedikt Bastin 2023-09-07 16:15:26 +02:00
parent 2f53468135
commit 77b474f77b
4 changed files with 8 additions and 8 deletions

View file

@ -4,3 +4,4 @@ TVStud-Botschafter*innen,66,1245
Streikbereit,146,2378
Aktionsbereit,129,1804
Gewerkschaftsmitglied,42,1125
Stand,2023-09-07,2023-08-29

1 Kategorie Bonn Bund
4 Streikbereit 146 2378
5 Aktionsbereit 129 1804
6 Gewerkschaftsmitglied 42 1125
7 Stand 2023-09-07 2023-08-29

View file

@ -47,7 +47,6 @@ def generate_aktueller_stand_strukturaufbau():
return template.render(
bonn=data["Bonn"],
bund=data["Bund"],
stand=date.fromtimestamp(os.path.getmtime(data_file)).isoformat(),
)

View file

@ -11,7 +11,7 @@
\end{tabularx}
\vspace{3em}
{\small Stand: {{ stand }}}
{\small Stand: {{ bonn[5] }} (Bonn), {{ bund[5] }} (Bund)}
\end{frame}
\endinput