@ -32,8 +32,8 @@ class Cache:
stored_data = pickle.load(file)
if isinstance(stored_data, dict):
self._store = stored_data
else:
self._store = dict()
return
def store(self):
with lzma.open(self.filepath, "wb") as file: