From fd8fa26cc98333b85b2a58be72a6bd0a31a0fcfc Mon Sep 17 00:00:00 2001 From: seiya-git Date: Sun, 15 Oct 2023 15:24:03 +0300 Subject: [PATCH] fix --- py-test/lib/Verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-test/lib/Verify.py b/py-test/lib/Verify.py index c30b107c..c0b765b2 100644 --- a/py-test/lib/Verify.py +++ b/py-test/lib/Verify.py @@ -316,7 +316,7 @@ def decrypt_verify(nspx): nca_name = f'{nca_name[2:-1]}.nca' ncz_name = f'{nca_name[:-4]}.ncz' - if (nca_name not in listed_files and ncatype != 6) or (nca_name not in valid_files and nca_type!= 6): + if (nca_name not in listed_files and nca_type != 6) or (nca_name not in valid_files and nca_type != 6): if ncz_name not in listed_files: tvmsg = '' tvmsg += f'\n:{title_id} - Content.UNKNOWN'