Skip to content
Snippets Groups Projects
Commit 64b00c7a authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

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