From 1970e0f6ae299d118398e3a0b9b623f40de36208 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Thu, 29 Apr 2021 18:18:40 +0200
Subject: [PATCH] working on: 0.0.32 Release

---
 .../blueprints/application/application_service_config.py        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/covid19/blueprints/application/application_service_config.py b/src/covid19/blueprints/application/application_service_config.py
index b6a36864..2e1da803 100644
--- a/src/covid19/blueprints/application/application_service_config.py
+++ b/src/covid19/blueprints/application/application_service_config.py
@@ -17,7 +17,7 @@ class ApplicationServiceConfig:
                  cvsfile_name: str,
                  url_src: str):
         self.limit_nr = 20
-        self.data_path = ".." + os.sep + "data"
+        self.data_path = ".." + os.sep + ".." + os.sep + "data"
         self.slug = slug,
         self.category = category
         self.cvsfile_subpath = cvsfile_subpath
-- 
GitLab