Fix name 'exit' is not defined (#107)

This commit is contained in:
KnugiHK
2025-04-08 22:35:16 +08:00
parent c56682ff8d
commit 09503069b7
3 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import javaobj
import zlib
from Crypto.Cipher import AES
from hashlib import sha256
from sys import exit
def _generate_hmac_of_hmac(key_stream):