Skip to content
Snippets Groups Projects
Commit 71e0d021 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

parent 5656fde0
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
......@@ -101,6 +101,8 @@ class RkiServiceImport:
if (k % 2000) == 0:
db.session.commit()
app.logger.info(" import RKI ... " + str(k) + " rows")
if k == 40000:
break
db.session.commit()
app.logger.info(" import RKI ... " + str(k) + " rows total")
except KeyError as 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