From a66aad7cbeefc73e6a30d061e78db8af58b1dfe0 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Wed, 14 May 2025 01:46:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20oxipng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- image_compressor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_compressor.py b/image_compressor.py index f49806c..26318f6 100644 --- a/image_compressor.py +++ b/image_compressor.py @@ -285,7 +285,7 @@ def main(): input_dir = Path(os.getcwd()) print("Проверка утилит...") - required_tools = ["cjpeg-static.exe", "cwebp.exe", "oxipng.exe"] + required_tools = ["cjpeg-static.exe", "cwebp.exe"] missing = [] for tool in required_tools: if not os.path.exists(get_tool_path(tool)):