This commit is contained in:
eviwbh 2024-09-17 17:09:27 +08:00
parent d911779d65
commit 310a371fa4
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import string
# pip install rarfile
# 设置RAR文件的路径
rar_file_path = r'E:\Downloads\meituan.rar'
rar_file_path = r'path'
# 设置密码字符集和最大长度
charset = string.ascii_letters + string.digits # 字母和数字