Merge pull request #250 from STDquantum/master

修复了lz4模块导入问题
This commit is contained in:
SiYuan 2023-12-30 16:49:34 +08:00 committed by GitHub
commit 0a82714790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import html
import xml.etree.ElementTree as ET
import lz4
import lz4.block
def decompress_CompressContent(data):