Skip to content
Snippets Groups Projects
Commit c787cfd3 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 a8ea1ecb
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,8 @@ class EuropeServiceImport: ...@@ -51,8 +51,8 @@ class EuropeServiceImport:
db.session.commit() db.session.commit()
app.logger.info(" import Europa ... " + str(k) + " rows") app.logger.info(" import Europa ... " + str(k) + " rows")
k = k + 1 k = k + 1
db.session.commit() db.session.commit()
app.logger.info(" import Europa ... " + str(k) + " rows total") app.logger.info(" import Europa ... " + str(k) + " rows total")
except KeyError as error: except KeyError as error:
app.logger.warning("KeyError: import Europa [begin]") app.logger.warning("KeyError: import Europa [begin]")
app.logger.warning(":::" + str(error) + ":::") app.logger.warning(":::" + str(error) + ":::")
......
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