Skip to content
Snippets Groups Projects
Commit 3dcf17da authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

parent 85ae30ba
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
...@@ -117,7 +117,6 @@ class RkiServiceUpdateFull(RkiServiceUpdateBase): ...@@ -117,7 +117,6 @@ class RkiServiceUpdateFull(RkiServiceUpdateBase):
# app.logger.info("len(l_imports): " + str(nr)) # app.logger.info("len(l_imports): " + str(nr))
# app.logger.info("------------------------------------------------------------") # app.logger.info("------------------------------------------------------------")
for o_import in l_imports: for o_import in l_imports:
i += 1
# app.logger.info("o_import.landkreis " + o_import.landkreis) # app.logger.info("o_import.landkreis " + o_import.landkreis)
landkreis=locations[o_import.landkreis] landkreis=locations[o_import.landkreis]
# app.logger.info(str(landkreis)) # app.logger.info(str(landkreis))
......
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