mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2025-09-06 12:46:28 +00:00
修复配置文件读写问题。
This commit is contained in:
@ -30,7 +30,7 @@ def unpack_llc_pack(from_dist: str, raise_error: bool = True):
|
||||
== hashlib.pbkdf2_hmac(
|
||||
"sha256",
|
||||
md5_value + packed_bytes,
|
||||
salt(hashlib.sha256(brotli.__version__)),
|
||||
salt(hashlib.sha256(str(brotli.__version__).encode("gb18030"))),
|
||||
16,
|
||||
)
|
||||
):
|
||||
|
Reference in New Issue
Block a user