Skip to content
Snippets Groups Projects
Commit 53de0a22 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.33 Release

parent dbad5b01
No related branches found
No related tags found
Loading
......@@ -96,7 +96,7 @@ def url_rki_date_reported_all(page: int = 1):
@celery.task(bind=True)
def task_rki_import(self):
self.update_state(state=states.STARTED)
rki_service.run_import_only()
rki_service.run_import()
self.update_state(state=states.SUCCESS)
result = "OK (task_rki_import_only)"
return result
......
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