diff --git a/plot.py b/plot.py index 3ec908b..0a85052 100644 --- a/plot.py +++ b/plot.py @@ -168,6 +168,8 @@ if 'Erstimpfung' in impfungen: raw_first_vaccinations = impfungen['Erstimpfung'] elif 'Einmal geimpft' in impfungen: raw_first_vaccinations = impfungen['Einmal geimpft'] +elif 'Begonnene Impfserie' in impfungen: + raw_first_vaccinations = impfungen['Begonnene Impfserie'] if 'Zweitimpfung' in impfungen: raw_second_vaccinations = impfungen['Zweitimpfung']