We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de6c67 commit 4278f6bCopy full SHA for 4278f6b
cepimose/parser.py
@@ -67,7 +67,7 @@ def _parse_vaccinations_by_day(data) -> "list[VaccinationByDayRow]":
67
68
if R == 6:
69
people_vaccinated = parsed_data[-1].first_dose
70
- people_fully_vaccinated = parsed_data[-1].first_dose
+ people_fully_vaccinated = parsed_data[-1].second_dose
71
people_third_dose = C[1]
72
73
if R == 8:
0 commit comments