From c6e6fdbedc9e8dc7eea2635aee1fb45ea1035b37 Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sat, 30 Dec 2023 15:31:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86lz4=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=AF=BC=E5=85=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/util/compress_content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/compress_content.py b/app/util/compress_content.py index 67e5c2d..3177141 100644 --- a/app/util/compress_content.py +++ b/app/util/compress_content.py @@ -1,7 +1,7 @@ import html import xml.etree.ElementTree as ET -import lz4 +import lz4.block def decompress_CompressContent(data):