Skip to content
Snippets Groups Projects
Commit 1d9efb4c authored by thomaswoehlke's avatar thomaswoehlke
Browse files

update data

parent 7ddf84e8
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ from covid19.blueprints.rki_landkreise.rki_landkreise_model_import import RkiLan ...@@ -11,7 +11,7 @@ from covid19.blueprints.rki_landkreise.rki_landkreise_model_import import RkiLan
class ApplicationServiceConfig: class ApplicationServiceConfig:
def __init__(self, slug: str, category: str, sub_category: str, tablename: str, cvsfile_name: str, url_src: str): def __init__(self, slug: str, category: str, sub_category: str, tablename: str, cvsfile_name: str, url_src: str):
self.limit_nr = 20 self.limit_nr = 20
self.data_path = ".." + os.sep + ".." + os.sep + "data" self.data_path = ".." + os.sep + "data"
self.slug = slug, self.slug = slug,
self.category = category self.category = category
self.sub_category = sub_category self.sub_category = sub_category
......
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