diff --git a/sigal/gallery.py b/sigal/gallery.py index 3b30fb1..143b1ca 100644 --- a/sigal/gallery.py +++ b/sigal/gallery.py @@ -470,7 +470,7 @@ class Album(UnicodeMixin): """ return any(image.has_location() for image in self.images) - @property + @cached_property def zip(self): """Make a ZIP archive with all media files and return its path.