From 565c5d0961c47be4829012fb0d02c698d815f7e0 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 12 Dec 2022 11:45:29 +0100 Subject: [PATCH] Optimized decryption message --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index 3e26c92..c4afe96 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -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)