diff --git a/resources/lib/viervijfzes/content.py b/resources/lib/viervijfzes/content.py index d829668..cd75224 100644 --- a/resources/lib/viervijfzes/content.py +++ b/resources/lib/viervijfzes/content.py @@ -602,7 +602,7 @@ class ContentApi: def _get_cache(self, key, allow_expired=False): """ Get an item from the cache """ filename = ('.'.join(key) + '.json').replace('/', '_') - fullpath = self._cache_path + filename + fullpath = os.path.join(self._cache_path, filename) if not os.path.exists(fullpath): return None