From 0e87ff98ef73e8b4e8f3915b537e766e424f59f1 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Fri, 6 Oct 2023 10:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8=E8=A7=A3?= =?UTF-8?q?=E5=AF=86=E6=95=B0=E6=8D=AE=E5=BA=93=E7=9A=84=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E8=A1=8C=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- decrypted/decrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decrypted/decrypt.py b/decrypted/decrypt.py index b5fad8c..fa5e548 100644 --- a/decrypted/decrypt.py +++ b/decrypted/decrypt.py @@ -60,7 +60,7 @@ if __name__ == '__main__': args = parser.parse_args() # 检查是否缺少必要参数,并抛出错误 - if not args.key or not args.filepath or not args.decryptedpath: + if not args.key or not args.db_path or not args.out_path: raise ValueError("缺少必要的命令行参数!请提供密钥、加密数据库路径和解密后的数据库路径。") # 从命令行参数获取值