From b8758ecd073910ce3220b2e68399147b425c37b8 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 3 Oct 2023 18:31:58 -0400 Subject: New upstream version 1.26.0. --- gallery_dl/postprocessor/zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gallery_dl/postprocessor/zip.py') diff --git a/gallery_dl/postprocessor/zip.py b/gallery_dl/postprocessor/zip.py index 4f376fe..ce36f2a 100644 --- a/gallery_dl/postprocessor/zip.py +++ b/gallery_dl/postprocessor/zip.py @@ -88,7 +88,7 @@ class ZipPP(PostProcessor): if self.delete: util.remove_file(path) - def finalize(self, pathfmt, status): + def finalize(self, pathfmt): if self.zfile: self.zfile.close() -- cgit v1.2.3