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

@@ -4,6 +4,7 @@ import zlib
import concurrent.futures
from typing import Tuple, Union
from hashlib import sha256
from sys import exit
from Whatsapp_Chat_Exporter.utility import CRYPT14_OFFSETS, Crypt, DbType
try: