From 5ad38ab566df82e9d60075fb82bae2d082d564e2 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 12 Dec 2022 13:09:03 +0100 Subject: [PATCH] Solved variable naming bug --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index c4afe96..ac0127a 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("The data was decrypted to: " + path.getDecryptedMainDataStandartFolder()) + print("The data was decrypted to: " + paths.getDecryptedMainDataStandartFolder()) dirty_exit() print("Decrypting accumulated data.") decrypt.setUserPassword(args.master_password)