mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-01 00:53:11 +01:00
Optimized decryption message
This commit is contained in:
parent
07ba9b2164
commit
565c5d0961
@ -137,7 +137,7 @@ try:
|
||||
print("An unexpected error occured: \n" + traceback.format_exc())
|
||||
print("Decrypting main data.")
|
||||
decrypt.decryptMainData()
|
||||
print("All data decrypted.")
|
||||
print("The data was decrypted to: " + path.getDecryptedMainDataStandartFolder())
|
||||
dirty_exit()
|
||||
print("Decrypting accumulated data.")
|
||||
decrypt.setUserPassword(args.master_password)
|
||||
|
Loading…
Reference in New Issue
Block a user