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

### 0.0.18 Release

parent cf7f170a
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class WhoServiceConfig:
self.category = 'WHO'
self.sub_category = 'Cases and Deaths'
self.tablename = WhoImport.__tablename__
self.url_src = "https://covid19.who.int/" + self.cvsfile_name
self.cvsfile_name = "WHO-COVID-19-global-data.csv"
self.url_src = "https://covid19.who.int/" + self.cvsfile_name
self.data_path = ".."+os.sep+".."+os.sep+"data"
self.cvsfile_path = self.data_path + os.sep + self.cvsfile_name
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