Update Picocrypt.py
This commit is contained in:
parent
2afe9d631a
commit
ac47d179c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue