Skip to content
Snippets Groups Projects
Commit 716d5149 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.12 Release

* Issue #52 download vaccination timeline data file
* Issue #53 import vaccination timeline data file into db
* Issue #54 /vaccination/imported
* Issue #55 /vaccination/tasks
* Issue #56 /vaccination/info
parent d1b9ab4d
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class VaccinationServiceImport:
k = 0
for row in file_reader:
o = VaccinationDataImportTable(
datum=row['datum'],
datum=row['date'],
dosen_kumulativ=int(row['dosen_kumulativ']),
dosen_differenz_zum_vortag=int(row['dosen_differenz_zum_vortag']),
dosen_biontech_kumulativ=int(row['dosen_biontech_kumulativ']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment