fix spelling error.

This commit is contained in:
Li 2022-05-02 13:22:46 +12:00 committed by GitHub
parent ffe0624dfb
commit bcac9dd7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()