Skip to content
Snippets Groups Projects
Commit 941017f1 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

parent 4f3185b0
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
......@@ -242,11 +242,11 @@ class RkiServiceUpdateFull(RkiServiceUpdateBase):
k += 1
i += 1
d += 1
if d % 7 == 0:
db.session.commit()
sd = str(my_meldedatum)
app.logger.info(" full update RKI data ... " + str(i) + " rows ... " + sd + " (" + str(k) + ")")
k = 0
# if d % 7 == 0:
db.session.commit()
sd = str(my_meldedatum)
app.logger.info(" full update RKI data ... " + str(i) + " rows ... " + sd + " (" + str(k) + ")")
k = 0
db.session.commit()
app.logger.info(" full update RKI data ... " + str(i) + " total rows")
app.logger.info("")
......
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