From ac47d179c6561dbcb38c025a5dd5fba71555093c Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 6 Apr 2021 20:17:21 -0400 Subject: [PATCH] Update Picocrypt.py --- src/unstable/Picocrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstable/Picocrypt.py b/src/unstable/Picocrypt.py index cc13159..c464a23 100644 --- a/src/unstable/Picocrypt.py +++ b/src/unstable/Picocrypt.py @@ -1200,6 +1200,7 @@ def wrapper(yes=False): try: work() except: + working = False if mode=="encrypt": setEncryptionUI() else: @@ -1207,7 +1208,6 @@ def wrapper(yes=False): statusString.set(strings[17]) finally: dummy.focus() - working = False sys.exit(0) # Update visuals with stats