From bcac9dd7a4d8f7bfcaa2707c943cc877c08a6f22 Mon Sep 17 00:00:00 2001 From: Li <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 2 May 2022 13:22:46 +1200 Subject: [PATCH] fix spelling error. --- psse_decrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psse_decrypt.py b/psse_decrypt.py index 83d1b20..b650560 100644 --- a/psse_decrypt.py +++ b/psse_decrypt.py @@ -280,7 +280,7 @@ if os.path.isfile(fpath): open(fpath, "wb").write(data) exit() -# If file key is still unknown after all of this, abandon all hope! +# If game key is still unknown after all of this, abandon all hope! if game_key == b"": print("[*] Game key is unknown, i cant decrypt this ! :(") exit()